Skip to content

chore: add semver

chore: add semver #72

Workflow file for this run

name: Lint
on:
push:
branches:
- production
jobs:
lint:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1