Skip to content

Commit

Permalink
fix(ci): invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Nov 17, 2023
1 parent 7818f84 commit fa5ac90
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: extractions/setup-just@v1
- name: install just
uses: extractions/setup-just@v1

- name: setup
- run: |
Expand All @@ -29,7 +30,11 @@ jobs:

- name: Install leptosfmt
run: cargo install leptosfmt

- name: check
uses: actions/checkout@v3
run: just check

- uses: actions/checkout@v3

- name: Runs tests
run: just test

- name: Run lints
run: just test

0 comments on commit fa5ac90

Please sign in to comment.