We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4fcf8 commit 480ff80Copy full SHA for 480ff80
.github/workflows/inception.yml
@@ -8,6 +8,10 @@ jobs:
8
sayHelloWorld:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: probot/exmaple-github-action@v1
+ - uses: actions/checkout@v2
12
+ - uses: actions/setup-node@v1
13
+ - run: npm ci
14
+ - run: npm run build
15
+ - uses: ./
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -1,3 +1,2 @@
1
.env
2
-node_modules
3
-dist
+node_modules
0 commit comments