Skip to content

ci(release): bump version to v0.3.3 #5

ci(release): bump version to v0.3.3

ci(release): bump version to v0.3.3 #5

Workflow file for this run

name: basic sanity checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check format
run: cargo fmt --check --verbose
- name: clippy check
run: cargo clippy --verbose