Skip to content

Commit

Permalink
feat: block automerge github-action-merge-dependabot major version (#114
Browse files Browse the repository at this point in the history
)

* chore: refactor

* add tests

* feat: blocks github-action-merge-dependabot automerge

* add tests

* add build
  • Loading branch information
Eomm committed Nov 29, 2021
1 parent 574e485 commit b0467e8
Show file tree
Hide file tree
Showing 9 changed files with 1,470 additions and 807 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ecmaVersion": 2020
},
"rules": {
"strict": ["error", "global"]
"strict": ["error", "global"],
"eol-last": ["error", "always"]
}
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: '14.x'
node-version: 12 # https://github.com/actions/runner/issues/772
- run: npm ci
- run: npm run lint
- run: npm run test
Expand Down
Loading

0 comments on commit b0467e8

Please sign in to comment.