Skip to content

Commit

Permalink
chore(ci): Alright that should fix the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jan 12, 2021
1 parent c0c226b commit 69b4daf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ci
'on':
- push
jobs:
ci-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "ava -v ./source/main.test.js",
"lint": "eslint ./source/main.js",
"generate-docs": "extract-documentation-comments -I source/main.js -O API.md",
"update-config": "json2yaml --preserve-key-order ci/github-actions.json .git/workflows/ci.yml",
"update-config": "json2yaml --preserve-key-order ci/github-actions.json .github/workflows/ci.yml",
"release": "standard-version",
"publish-release": "git push --follow-tags origin master && npm publish"
},
Expand Down

0 comments on commit 69b4daf

Please sign in to comment.