FIX: if regrid shape is passed, we need to remove it from the super call #128
This file contains 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
# Reference: | |
# - https://github.com/actions/checkout | |
name: ci-manifest | |
on: | |
pull_request: | |
branches: | |
- "*" | |
push: | |
branches-ignore: | |
- "dependabot/*" | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
manifest: | |
name: "check-manifest" | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash -l {0} | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: "check-manifest" | |
run: | | |
pipx run check-manifest |