Skip to content

Commit f227e7b

Browse files
authored
rename init (#41)
1 parent 0b06b11 commit f227e7b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/init.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Init
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
init:
8+
name: Init
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Setup Dagger
12+
uses: dagger/dagger-for-github@v5
13+
14+
- name: Setup Node.js
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: 20
18+
19+
- name: Install dependencies
20+
run: yarn install

0 commit comments

Comments
 (0)