1 parent b7b5480 commit 8eb0488Copy full SHA for 8eb0488
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Validate workflow syntax
22
- run: ruby -e 'Dir[".github/workflows/*.{yml,yaml}"].each { |f| require "yaml"; YAML.load_file(f); puts "validated #{f}" }'
+ run: |
23
+ ruby -e 'Dir[".github/workflows/*.{yml,yaml}"].each { |f| require "yaml"; YAML.load_file(f); puts "validated #{f}" }'
24
25
test:
26
name: Test
0 commit comments