Skip to content

Commit

Permalink
Merge pull request #2 from fair-workflows/bugfix/fix-automated-testing
Browse files Browse the repository at this point in the history
Bugfix/fix automated testing
  • Loading branch information
raar1 committed May 12, 2020
2 parents 978253a + caa45b1 commit a3bcb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build

on:
push:
branches: master
pull_request:
branches: '*'
branches: '**'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"devDependencies": {
"@types/react-dom": "~16.9.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@typescript-eslint/eslint-plugin": ">=2.25.0 <=2.31.0 ",
"@typescript-eslint/parser": ">=2.25.0 <=2.31.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
Expand Down

0 comments on commit a3bcb66

Please sign in to comment.