Skip to content

Commit

Permalink
chore(actions): include pesde install step in fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Nov 21, 2024
1 parent 5cdb3d9 commit 166077d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
with:
cache: true

- name: Install pesde
uses: ./.github/workflows/pesde.yml
with:
pesde-token: ${{ secrets.PESDE_TOKEN }}

- name: Install dependencies
run: pesde install

- name: Check formatting
run: lune run fmt -- --check

Expand Down

0 comments on commit 166077d

Please sign in to comment.