Skip to content

Call ecflow_client to set event for post jobs (#53) #30

Call ecflow_client to set event for post jobs (#53)

Call ecflow_client to set event for post jobs (#53) #30

Workflow file for this run

name: pynorms

Check failure on line 1 in .github/workflows/pynorms.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pynorms.yaml

Invalid workflow file

(Line: 8, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on: [push, pull_request, workflow_dispatch]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check python coding norms with pre-commit
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]