Skip to content

Commit 0bfa174

Browse files
authored
Add linter on demand (#31)
Makes sense
1 parent 3c0c7d4 commit 0bfa174

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/linter.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: workflow_dispatch
2+
3+
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
with:
9+
fetch-depth: 0
10+
- name: awesome-lint
11+
run: npx awesome-lint

0 commit comments

Comments
 (0)