Skip to content

Commit

Permalink
Merge pull request #36 from onhernandes/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
onhernandes authored Sep 17, 2020
2 parents ff1fee1 + da75932 commit 8c8b2bf
Show file tree
Hide file tree
Showing 53 changed files with 92,615 additions and 6,626 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: linter
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: push
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 8c8b2bf

Please sign in to comment.