mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
chore(actions): include pesde install step in fmt
This commit is contained in:
parent
7e204024e0
commit
a3bcdf6e44
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue