Skip to content

Commit f677b40

Browse files
committed
rename actions for clarity
1 parent 1ff544a commit f677b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Lint site and link check
1+
name: Lint
22
on:
33
push:
44
branches: main
55
pull_request:
66
branches: main
77

88
jobs:
9-
deploy:
10-
name: Deploy
9+
lint:
10+
name: lint and link check
1111
runs-on: ubuntu-22.04-xl
1212
permissions:
1313
id-token: write # Needed for auth with Deno Deploy

0 commit comments

Comments
 (0)