Add a config.toml symlink (#3503)
This also uses `cargo xtask` in the action, to test this functionality
This commit is contained in:
committed by
GitHub
parent
5f983a66af
commit
261e07dc0d
1
.cargo/config.toml
Symbolic link
1
.cargo/config.toml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../config.toml
|
||||||
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -87,8 +87,8 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions-rs/cargo@v1.0.3
|
- uses: actions-rs/cargo@v1.0.3
|
||||||
with:
|
with:
|
||||||
command: run
|
command: xtask
|
||||||
args: --package xtask -- codegen
|
args: codegen
|
||||||
|
|
||||||
- name: check for changes
|
- name: check for changes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user