mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add checkout
This commit is contained in:
parent
d75c72f401
commit
1e66a8ee36
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: rustup component add rustfmt
|
run: rustup component add rustfmt
|
||||||
- name: Format
|
- name: Format
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user