Skip to content

Commit

Permalink
ci: intentional lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Sep 11, 2024
1 parent 8c3b117 commit 6fe9c2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
filters: |
yml:
- added|modified: '**.yml'
- name: Set up Go
if: steps.changes.outputs.yml == 'true'
uses: actions/setup-go@v5
Expand Down

0 comments on commit 6fe9c2b

Please sign in to comment.