Skip to content

Add Github workflows #1

Add Github workflows

Add Github workflows #1

Workflow file for this run

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