Merge another style workflow

This commit is contained in:
Jon Gjengset 2022-09-17 12:41:57 -07:00
parent fe460400ed
commit 3bd8b12ec0

View file

@ -18,6 +18,8 @@ jobs:
toolchain: ${{ matrix.toolchain }} toolchain: ${{ matrix.toolchain }}
components: rustfmt, clippy components: rustfmt, clippy
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: true
- name: cargo fmt --check - name: cargo fmt --check
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: