Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ on:
# releases run the exact same test matrix as per-PR CI.
workflow_call: {}

# One run per pull request at a time. Pushing again while checks are running
# supersedes them, and without this the old run keeps a runner busy: a handful
# of quick force-pushes left a dozen doomed runs queued ahead of the one that
# mattered, and everything behind them starved. Pushes to main are left alone —
# each commit there deserves its own verdict.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

# Force JavaScript-based actions to run on Node 24 instead of the deprecated Node 20 ahead of
# the 2026-06-16 hard cutover, until we bump each action to a Node-24-native major version.
env:
Expand Down
7,474 changes: 1 addition & 7,473 deletions Compression.Core/README.md

Large diffs are not rendered by default.

7,482 changes: 7,482 additions & 0 deletions Compression.Core/REFERENCE.md

Large diffs are not rendered by default.

14,286 changes: 1 addition & 14,285 deletions Hawkynt.FileFormats.Archives/README.md

Large diffs are not rendered by default.

14,294 changes: 14,294 additions & 0 deletions Hawkynt.FileFormats.Archives/REFERENCE.md

Large diffs are not rendered by default.

1,667 changes: 1 addition & 1,666 deletions Hawkynt.FileFormats.Audio/README.md

Large diffs are not rendered by default.

1,675 changes: 1,675 additions & 0 deletions Hawkynt.FileFormats.Audio/REFERENCE.md

Large diffs are not rendered by default.

10,066 changes: 1 addition & 10,065 deletions Hawkynt.FileFormats.FileSystems/README.md

Large diffs are not rendered by default.

10,074 changes: 10,074 additions & 0 deletions Hawkynt.FileFormats.FileSystems/REFERENCE.md

Large diffs are not rendered by default.

Loading