We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff544a commit f677b40Copy full SHA for f677b40
.github/workflows/lint.yml
@@ -1,13 +1,13 @@
1
-name: Lint site and link check
+name: Lint
2
on:
3
push:
4
branches: main
5
pull_request:
6
7
8
jobs:
9
- deploy:
10
- name: Deploy
+ lint:
+ name: lint and link check
11
runs-on: ubuntu-22.04-xl
12
permissions:
13
id-token: write # Needed for auth with Deno Deploy
0 commit comments