WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
1 changed files with 14 additions and 0 deletions
Showing only changes of commit 1fbe2d6911 - Show all commits

View File

@ -0,0 +1,14 @@
name: checks
on:
- push
- pull_request
jobs:
lint:
runs_on: "alpine_amd64"
container:
image: "rust:1.73-alpine3.18"
name: format
steps:
- name: rustfmt
run: cargo fmt --check