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:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup
|
||||
run: rustup component add rustfmt
|
||||
- name: Format
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user