Skip to content

fix(examples): fix file path issue #333 #307

fix(examples): fix file path issue #333

fix(examples): fix file path issue #333 #307

Workflow file for this run

on: push
name: format
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}