We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9190778 commit 631765aCopy full SHA for 631765a
.github/workflows/pr.yaml
@@ -21,22 +21,6 @@ jobs:
21
- name: Check for changes in config
22
run: git diff --diff-filter=ACMRT --exit-code config/
23
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
-
40
site-install-dev:
41
name: (Dev) Verify Drupal install and fixtures
42
runs-on: ubuntu-latest
package.json
0 commit comments