Skip to content

chore: Update package version to v0.0.4 (#24) #1

chore: Update package version to v0.0.4 (#24)

chore: Update package version to v0.0.4 (#24) #1

Workflow file for this run

on:
push:
name: Lint
jobs:
clippy:
runs-on: ubuntu-latest
name: Clippy
steps:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --all-targets --all-features
fmt:
name: Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fmt
run: cargo fmt --all -- --check