Skip to content

Commit

Permalink
ci: 🎡 add invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Sep 20, 2024
1 parent 9abb8d1 commit 9660c54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
pull_request:
push:

Check failure on line 5 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 could not parse as YAML: yaml: line 5: did not find expected ',' or ']' [syntax-check] Raw Output: .github/workflows/ci.yml:5:0: could not parse as YAML: yaml: line 5: did not find expected ',' or ']' [syntax-check]
branches:
- master
branches: [ main, release/v[ 0-9 ].[ 0-9 ] ]

jobs:
ci-step:
Expand Down

0 comments on commit 9660c54

Please sign in to comment.