Skip to content

chore: release v0.5.0 (#22) #40

chore: release v0.5.0 (#22)

chore: release v0.5.0 (#22) #40

Workflow file for this run

# GENERATED by ai-meta (meta init/upgrade). Edit meta.toml, not this file.
name: ci
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Local CI gate
run: ./meta ci