Skip to content

Add CI, CHANGELOG, format LICENSE file #1

Add CI, CHANGELOG, format LICENSE file

Add CI, CHANGELOG, format LICENSE file #1

Workflow file for this run

name: tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build
- name: Format
run: cargo fmt --all -- --check