mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
diff action
This commit is contained in:
parent
6527ea8bc3
commit
f982992850
7
.github/workflows/jq.yml
vendored
7
.github/workflows/jq.yml
vendored
@ -15,10 +15,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Rust
|
- uses: actions-rs/toolchain@v1
|
||||||
uses: actions/setup-rust@v1
|
|
||||||
with:
|
with:
|
||||||
rust-version: stable
|
profile: minimal
|
||||||
|
toolchain: stable
|
||||||
|
override: true
|
||||||
|
|
||||||
- name: Install jaq
|
- name: Install jaq
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user