Test writing of string data: various encodings, from strings or bytes. #697
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
| # 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@2026.01.0 |