Skip to content

add sample rust project #2

add sample rust project

add sample rust project #2

Workflow file for this run

name: CI Rustfmt
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
toolchain: nightly
override: true
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
working-directory: test_rs

Check failure on line 17 in .github/workflows/ci-rustfmt.yml

View workflow run for this annotation

GitHub Actions / CI Rustfmt

Invalid workflow file

The workflow is not valid. .github/workflows/ci-rustfmt.yml (Line: 17, Col: 9): Unexpected value 'working-directory'
with:
token: ${{ secrets.GITHUB_TOKEN }}
mode: review