Compare commits

...

1 commit

Author SHA1 Message Date
33b8a44aec Run awesome-lint during CI. Closes #35 2024-01-31 09:26:59 -06:00

12
.github/workflows/awesomelint.yml vendored Normal file
View 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