Skip to content

Release 0.3.0: migrate to coinbase org with trusted publishing #1

Release 0.3.0: migrate to coinbase org with trusted publishing

Release 0.3.0: migrate to coinbase org with trusted publishing #1

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check
- run: cargo build --locked
- run: cargo publish --dry-run