Skip to content

Fix syntax in workflows #2

Fix syntax in workflows

Fix syntax in workflows #2

Workflow file for this run

name: Continues Integration (Master)
on:
wokflow_dispatch:
pull_request:
branches-ignore:
- master
- main
- gh-pages
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"jobs:

Check failure on line 12 in .github/workflows/ci-master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-master.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
verify:
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v4
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@main
with:
python-version: "3.11"
- name: Run all checks
run: |
echo "Stub: This needs to call the checks in the future"