Skip to content

Commit

Permalink
feat: add github workflow for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2019
1 parent 00692c4 commit 929a76c
Show file tree
Hide file tree
Showing 827 changed files with 76,341 additions and 13,403 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: ci
on: [push]
jobs:
build:
name: Test, lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run build
70 changes: 22 additions & 48 deletions node_modules/@actions/core/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 22 additions & 48 deletions node_modules/@actions/exec/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 19 additions & 45 deletions node_modules/@actions/io/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 33 additions & 58 deletions node_modules/@actions/tool-cache/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 929a76c

Please sign in to comment.