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
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||||
with:
|
with:
|
||||||
args: run
|
args: run
|
||||||
|
|
|
@ -30,4 +30,6 @@ RUN rustup component add rustfmt clippy
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
RUN git config --global user.email "action@git.kemitix.net" && git config --global user.name "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust"
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
|
@ -12,10 +12,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
- uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
- uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue