Skip to content

Commit

Permalink
add linter for awesome-list
Browse files Browse the repository at this point in the history
  • Loading branch information
iDoka committed Sep 5, 2023
1 parent 0b5a247 commit af60400
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint

0 comments on commit af60400

Please sign in to comment.