Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Install Rose
run: |
pip install ."[lint]"
yarn install

- name: Flake8
run: flake8
Expand All @@ -68,7 +67,16 @@ jobs:
run: etc/bin/shellchecker

- name: ESLint
run: yarn run lint
run: |
npx \
--package=eslint@8.x \
--package eslint-plugin-import@^2.22.1, \
--package eslint-plugin-node@^11.1.0, \
--package eslint-plugin-promise@^4.2.1, \
--package eslint-plugin-standard@^5.0.0 \
--package eslint@^7.14.0, \
--package eslint-config-standard@^14.1.1 \
-- eslint -c .eslintrc.js sphinx/

- name: MyPy
run: |
Expand Down Expand Up @@ -144,7 +152,6 @@ jobs:
working-directory: rose
run: |
pip install ."[tests,docs${{ (startsWith(matrix.os, 'ubuntu') && ',graph,rosa') || '' }}]"
yarn install

- name: Install Cylc
uses: cylc/release-actions/install-cylc-components@v1
Expand Down
20 changes: 0 additions & 20 deletions package.json

This file was deleted.

Loading