Skip to content

Commit

Permalink
Run awesome-lint during CI. Closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jan 31, 2024
1 parent 292f762 commit 33b8a44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/awesomelint.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33b8a44

Please sign in to comment.