Skip to content

Commit fdbc842

Browse files
committed
Update lint.yml
1 parent c6603de commit fdbc842

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
@@ -2,7 +2,7 @@ name: Run Linter
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ['main']
66

77
workflow_dispatch:
88

@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- name: 'Setup Repository
19+
- name: 'Setup Repository'
2020
uses: actions/checkout@v4
2121

2222
- name: 'Setup Deno'
2323
uses: denoland/setup-deno@v2
2424
with:
2525
deno-version: 'v2.x'
26-
26+
2727
- name: 'Run Linter'
2828
run: deno task lint

0 commit comments

Comments
 (0)