chore(actions): include pesde install step in fmt

This commit is contained in:
Erica Marigold 2024-11-21 18:58:50 +00:00
parent 7e204024e0
commit a3bcdf6e44
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -21,6 +21,14 @@ jobs:
with: with:
cache: true 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 - name: Check formatting
run: lune run fmt -- --check run: lune run fmt -- --check