Skip to content

Branch CI for fix + lint by peterdudfield #303

Branch CI for fix + lint by peterdudfield

Branch CI for fix + lint by peterdudfield #303

Workflow file for this run

name: Branch CI (Python)
run-name: 'Branch CI for ${{ github.event.head_commit.message }} by ${{ github.actor }}'
on:
push:
branches-ignore: [ "main" ]
paths-ignore: ['README.md']
permissions:
packages: write
contents: read
jobs:
branch-ci:
uses: openclimatefix/.github/.github/workflows/branch_ci.yml@main
secrets: inherit
with:
enable_linting: true
enable_typechecking: true
tests_folder: "src/nwp_consumer"
tests_runner: "unittest"
containerfile: Containerfile