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
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Rust
|
||||
uses: actions/setup-rust@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
rust-version: stable
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Install jaq
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user