Skip to content

Commit

Permalink
Adjust git workflow to accomodate just
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Jun 12, 2023
1 parent 52d8e71 commit f2dcc5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
override: true
components: rustfmt, clippy

- name: Instal Just
uses: extractions/setup-just@v1
with:
just-version: "1.14.0"

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand All @@ -76,7 +81,7 @@ jobs:
args: -- -D warnings

- name: Generate Schema
run: make schema
run: just schema

- name: Schema Changes
# fails if any changes not committed
Expand Down

0 comments on commit f2dcc5a

Please # to comment.