Skip to content

Commit

Permalink
Merge pull request #7 from pavelhoral/issue-5
Browse files Browse the repository at this point in the history
Issue 5
  • Loading branch information
martincizek authored Jun 2, 2020
2 parents b12f980 + 2ebb4be commit 6efda81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test matrix
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true

0 comments on commit 6efda81

Please sign in to comment.