Skip to content

fix: rename group 'ubuntu' to 'cratery' in docker image (#12) #14

fix: rename group 'ubuntu' to 'cratery' in docker image (#12)

fix: rename group 'ubuntu' to 'cratery' in docker image (#12) #14

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
- name: Check fmt
run: cargo fmt --check
- name: Lint
run: cargo clippy
- name: Run tests
run: cargo test