Skip to content

Commit

Permalink
Merge pull request #7 from Neovici/chore/ci-beta
Browse files Browse the repository at this point in the history
chore(ci): beta releases
  • Loading branch information
megheaiulian authored Jun 9, 2022
2 parents 1229d29 + cd8b10c commit 16106b4
Show file tree
Hide file tree
Showing 8 changed files with 7,878 additions and 8,039 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@neovici",
"extends": "./node_modules/@neovici/cfg/eslint",
"rules": {
"max-lines-per-function": 0,
"no-unused-expressions": 0,
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
branches:
- master
- beta
push:
branches:
- master
- beta
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -16,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16.x
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
Expand Down
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
singleQuote: true
}
"@neovici/cfg/prettier"
Loading

0 comments on commit 16106b4

Please sign in to comment.