Skip to content

0.2.3

0.2.3 #10

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: cargo fmt --all -- --check
- name: Build
run: cargo build