This commit is contained in:
parent
0c1874180c
commit
725ff8b0cc
@ -13,7 +13,21 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check-out
|
- name: Check-out
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Install stable toolchain
|
||||||
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
profile: minimal
|
||||||
|
toolchain: stable
|
||||||
|
override: true
|
||||||
|
|
||||||
|
- name: Run cargo check
|
||||||
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
|
continue-on-error: true # WARNING: only for this example, remove it!
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
|
||||||
- name: Ayo
|
- name: Ayo
|
||||||
run: ls -la
|
run: ls -la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user