aural_isle/.gitea/workflows/checks.yml

15 lines
218 B
YAML
Raw Normal View History

2023-10-21 04:15:35 -04:00
name: checks
on:
- push
- pull_request
jobs:
lint:
runs_on: "alpine_amd64"
2023-10-21 04:15:35 -04:00
container:
image: "rust:1.73-alpine3.18"
name: format
steps:
- name: rustfmt
run: cargo fmt --check