We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6603de commit fdbc842Copy full SHA for fdbc842
1 file changed
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: Run Linter
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ['main']
6
7
workflow_dispatch:
8
@@ -16,13 +16,13 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - name: 'Setup Repository
+ - name: 'Setup Repository'
20
uses: actions/checkout@v4
21
22
- name: 'Setup Deno'
23
uses: denoland/setup-deno@v2
24
with:
25
deno-version: 'v2.x'
26
-
+
27
- name: 'Run Linter'
28
run: deno task lint
0 commit comments