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 (PR)

Check failure on line 1 in .github/workflows/ci-pr.yml

View workflow run for this annotation

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

Invalid workflow file

`verify` is not a valid event name
on:
pull_request:
branches-ignore:
- master
- main
- "Test-Automation"
verify:
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v4
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: "3.11"
- name: Run all checks
run: |
echo "Stub: This needs to call the checks in the future"