Skip to content

chore(release): bump version to 0.9.12, sync with pot-o-validator ups… #6

chore(release): bump version to 0.9.12, sync with pot-o-validator ups…

chore(release): bump version to 0.9.12, sync with pot-o-validator ups… #6

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