Skip to content

Commit 631765a

Browse files
committed
Removed superfluous Yarn stuff
1 parent 9190778 commit 631765a

File tree

3 files changed

+0
-394
lines changed

3 files changed

+0
-394
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@ jobs:
2121
- name: Check for changes in config
2222
run: git diff --diff-filter=ACMRT --exit-code config/
2323

24-
yarncs:
25-
name: Yarn - Check Coding Standards (Node ${{ matrix.node }})
26-
runs-on: ubuntu-latest
27-
strategy:
28-
matrix:
29-
node: ["16"]
30-
steps:
31-
- uses: actions/checkout@v2
32-
- name: Setup node
33-
uses: actions/setup-node@v3
34-
with:
35-
node-version: ${{ matrix.node }}
36-
- run: |
37-
yarn install
38-
yarn coding-standards-check
39-
4024
site-install-dev:
4125
name: (Dev) Verify Drupal install and fixtures
4226
runs-on: ubuntu-latest

package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)