Skip to content

Commit

Permalink
Adjust git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Jun 12, 2023
1 parent f2dcc5a commit fa84d9d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ 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 @@ -81,7 +76,7 @@ jobs:
args: -- -D warnings

- name: Generate Schema
run: just schema
run: sh scripts/schema.sh

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

0 comments on commit fa84d9d

Please # to comment.