Skip to content

Split off language specific actions #1

Split off language specific actions

Split off language specific actions #1

Workflow file for this run

on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format
run: cargo fmt --check
- name: Lint
run: cargo clippy --tests -- --deny warnings