Skip to content

enable shared folder #21

enable shared folder

enable shared folder #21

Workflow file for this run

name: Format
on: [push]
jobs:
format_check:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check