fix: configure git email and username
This commit is contained in:
parent
e753a6169d
commit
613e34beeb
3 changed files with 7 additions and 5 deletions
|
@ -6,16 +6,16 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
with:
|
||||
args: test
|
||||
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
with:
|
||||
args: build
|
||||
|
||||
- name: Run
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||
with:
|
||||
args: run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue