mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add a config.toml
symlink (#3503)
This also uses `cargo xtask` in the action, to test this functionality
This commit is contained in:
parent
5f983a66af
commit
261e07dc0d
2 changed files with 3 additions and 2 deletions
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
|
||||
with:
|
||||
command: run
|
||||
args: --package xtask -- codegen
|
||||
command: xtask
|
||||
args: codegen
|
||||
|
||||
- name: check for changes
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue