Skip to content

Commit

Permalink
Remove too many spaces from linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulombe committed Sep 12, 2024
1 parent 3cee628 commit 6561dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Linting
# yamllint disable-line rule:truthy
on:
push:
branches: [ "2024-3" ]
branches: ["2024-3"]
paths:
- '**.yaml'
- '**.yml'
pull_request:
branches: [ "2024-3" ]
branches: ["2024-3"]
paths:
- '**.yaml'
- '**.yml'
Expand Down

0 comments on commit 6561dd5

Please sign in to comment.