Skip to content

chore: Release temps version 0.0.13 #4

chore: Release temps version 0.0.13

chore: Release temps version 0.0.13 #4

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy -- -Dwarnings
- run: cargo test --all-features