Compare commits
1 commit
main
...
awesomelin
| Author | SHA1 | Date | |
|---|---|---|---|
| 33b8a44aec |
1 changed files with 12 additions and 0 deletions
12
.github/workflows/awesomelint.yml
vendored
Normal file
12
.github/workflows/awesomelint.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- run: npx awesome-lint
|
||||||
Loading…
Reference in a new issue