Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelHir authored May 6, 2024
1 parent 48e71ab commit c96ce0a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Awesome List Linting
on: [push, pull_request]
name: Awesome List Lint
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
lint:
name: Lint
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: PixelHir/awesome-lint-fix@master
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint

0 comments on commit c96ce0a

Please sign in to comment.