Skip to content

fix: add contents: write for release #2

fix: add contents: write for release

fix: add contents: write for release #2

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cargo test
- run: cargo clippy -- -D warnings
- run: cargo fmt --check