Skip to content

Commit 33671cb

Browse files
committed
Remove prettier-ci
1 parent e66a29d commit 33671cb

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node: [ '12', '14' ]
18+
node: ['12', '14']
1919
name: Tests (Node.js ${{ matrix.node }})
2020
steps:
2121
- uses: actions/checkout@v2
@@ -34,12 +34,8 @@ jobs:
3434
name: linter-check
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
38-
- name: Install dependencies
39-
run: yarn install
40-
- name: Run linter
41-
run: yarn run lint
42-
- name: Run prettier
43-
run: yarn run prettier-ci
44-
env:
45-
CI: true
37+
- uses: actions/checkout@v2
38+
- name: Install dependencies
39+
run: yarn install
40+
- name: Run linter
41+
run: yarn run lint

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"playground:js": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript serve",
2020
"lint": "eslint .",
2121
"lint:fix": "eslint --fix .",
22-
"prettier-ci": "prettier --check ./src/**/*.scss '**/*.md'",
2322
"test": "./scripts/test",
2423
"test:watch": "./scripts/test-watch"
2524
},

0 commit comments

Comments
 (0)