Skip to content

ci: check if code is formatted #1

ci: check if code is formatted

ci: check if code is formatted #1

Workflow file for this run

name: CI # Continuous Integration
on:
pull_request:
jobs:
fmt:
runs-on: ubuntu-24.04
steps:
-name: Checkout repository
uses: actions/checkout@v4

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
-name: Check formatting
run: cargo fmt --check --all