Skip to content

Commit 33b8a44

Browse files
committed
Run awesome-lint during CI. Closes #35
1 parent 292f762 commit 33b8a44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/workflows/awesomelint.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI
2+
on:
3+
pull_request:
4+
push:
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
12+
- run: npx awesome-lint

0 commit comments

Comments
 (0)