mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 04:40:36 +00:00
chore(actions): install deps & tools before lint
This commit is contained in:
parent
66db8e062b
commit
ca3b9bfb09
1 changed files with 11 additions and 2 deletions
13
.github/workflows/ci.yaml
vendored
13
.github/workflows/ci.yaml
vendored
|
@ -67,6 +67,17 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install PNPM
|
||||
uses: pnpm/action-setup@v3
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
|
||||
- name: Install tooling
|
||||
uses: ok-nick/setup-aftman@v0.4.2
|
||||
|
||||
|
@ -78,5 +89,3 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue