ci(lint): run linter using npx

This commit is contained in:
Romain Lespinasse 2025-03-03 12:32:10 +01:00 committed by GitHub
parent 4800e0ffba
commit ccc6801253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: max/awesome-lint@v2.0.0
- run: npx awesome-lint
shell: bash