Skip to content

Commit

Permalink
ci: use github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed May 10, 2022
1 parent 4de50ae commit 7cd7f30
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 149 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 12, 14, 16, 18 ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
46 changes: 0 additions & 46 deletions .jscsrc

This file was deleted.

89 changes: 0 additions & 89 deletions .jshintrc

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 7cd7f30

Please sign in to comment.