Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 318af98

Browse files
committed
ci: install first
1 parent e6c80e4 commit 318af98

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- name: Install
16+
run: scripts/install
1517
- name: Lint
1618
run: scripts/lint

scripts/install

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
set -e
4+
5+
yarn install

0 commit comments

Comments
 (0)