Skip to content

Commit

Permalink
add awesome-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mat7ias authored May 26, 2021
1 parent 550617e commit b50cf6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: awesome-lint
on: [push, pull_request]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint

0 comments on commit b50cf6d

Please sign in to comment.