Skip to content

Commit 480ff80

Browse files
committed
ci: inception steps fix
1 parent ed4fcf8 commit 480ff80

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/inception.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
sayHelloWorld:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: probot/exmaple-github-action@v1
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v1
13+
- run: npm ci
14+
- run: npm run build
15+
- uses: ./
1216
env:
1317
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.env
2-
node_modules
3-
dist
2+
node_modules

0 commit comments

Comments
 (0)