Setup mark installation (#1)
This commit is contained in:
13
.github/workflows/linting.yml
vendored
Normal file
13
.github/workflows/linting.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Linting
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
name: Pre-commit
|
||||
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main
|
||||
Reference in New Issue
Block a user