Skip to content

cargo: Add link to the GitHub repo #3

cargo: Add link to the GitHub repo

cargo: Add link to the GitHub repo #3

Workflow file for this run

name: fmt
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --check