chore(actions): include pesde install step in fmt

This commit is contained in:
Erica Marigold 2024-11-21 18:58:50 +00:00
parent 5cdb3d9c49
commit 166077d080

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