fix: suppress automatic CRC32 checksum headers to restore compatibility with S3-compatible backends #80
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: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| ci: | |
| uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v3 | |
| with: | |
| pnpm-version: 9 | |
| node-version: 22 | |
| java-version: 21 |