Call ecflow_client to set event for post jobs (#53) #30
This file contains hidden or 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: pynorms | ||
|
Check failure on line 1 in .github/workflows/pynorms.yaml
|
||
| 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] | ||