Skip to content

Added a draft style guide for iris pytest #1759

Added a draft style guide for iris pytest

Added a draft style guide for iris pytest #1759

Workflow file for this run

# Reference
# - https://github.com/actions/checkout
name: ci-manifest
on:
pull_request:
branches:
- "*"
push:
branches-ignore:
- "auto-update-lockfiles"
- "pre-commit-ci-update-config"
- "dependabot/*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2023.12.1