Skip to content

Commit

Permalink
fix(yaml): syntax
Browse files Browse the repository at this point in the history
comments are written prefixed by # symbol
  • Loading branch information
fredrikaverpil committed Oct 17, 2024
1 parent 4510cb5 commit 402c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: '1.23'
check-latest: true
fetch-depth: 1 // only get latest commit
fetch-depth: 1 # only get latest commit

- name: Make
run: make

0 comments on commit 402c877

Please sign in to comment.