Skip to content

Merge branch 'main' into elmattic/fix-binary-reorg #56

Merge branch 'main' into elmattic/fix-binary-reorg

Merge branch 'main' into elmattic/fix-binary-reorg #56

name: archival snapshots generate
on:
pull_request:
paths:
- 'archival-snapshots-generate/**'
push:
paths:
- 'archival-snapshots-generate/**'
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- working-directory: 'archival-snapshots-generate'
run: |
cargo fmt --check
cargo build
cargo test
cargo clippy -- -D warnings