Skip to content

Commit 86a069d

Browse files
chris124567ChrisSchinnerl
authored andcommitted
fix syntax
1 parent 332a8cd commit 86a069d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
- name: Jape Analyzer
20-
uses: SiaFoundation/action-golang-analysis@HEAD
21-
with:
22-
analyzers: |
23-
go.sia.tech/jape.Analyzer@master
24-
directories: |
25-
api
19+
- name: Jape Analyzer
20+
uses: SiaFoundation/action-golang-analysis@HEAD
21+
with:
22+
analyzers: |
23+
go.sia.tech/jape.Analyzer@master
24+
directories: |
25+
api

0 commit comments

Comments
 (0)