Upload list of jobs for easier debugging #276
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Various Checks | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
validate-yaml: | |
runs-on: ubuntu-latest | |
container: | |
image: registry.opensuse.org/devel/openqa/containers/tumbleweed:client | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Validate yaml | |
run: |- | |
curl https://openqa.opensuse.org/schema/JobScenarios-01.yaml -O | |
openqa-validate-yaml --schema-file JobScenarios-01.yaml scenario-definitions.yaml |