Skip to content

Commit 20cdcfb

Browse files
committed
Keep only linting
1 parent a955ca0 commit 20cdcfb

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/validate-pr_job.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,36 @@ jobs:
4848
env:
4949
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
5050

51-
remark-test:
52-
permissions:
53-
contents: read
54-
statuses: write
55-
runs-on: ubuntu-latest
56-
needs: lint-test
57-
steps:
58-
- uses: actions/checkout@v4
59-
- name: Use Setup Node and Install Dependencies Action
60-
uses: commerce-docs/devsite-install-action@main
61-
with:
62-
node-version-file: '.nvmrc'
63-
cache-dependency-path: 'yarn.lock'
51+
# remark-test:
52+
# permissions:
53+
# contents: read
54+
# statuses: write
55+
# runs-on: ubuntu-latest
56+
# needs: lint-test
57+
# steps:
58+
# - uses: actions/checkout@v4
59+
# - name: Use Setup Node and Install Dependencies Action
60+
# uses: commerce-docs/devsite-install-action@main
61+
# with:
62+
# node-version-file: '.nvmrc'
63+
# cache-dependency-path: 'yarn.lock'
6464

65-
- name: Check links
66-
run: yarn test
65+
# - name: Check links
66+
# run: yarn test
6767

68-
build-test:
69-
permissions:
70-
contents: read
71-
statuses: write
72-
runs-on: ubuntu-latest
73-
needs: remark-test
74-
steps:
75-
- uses: actions/checkout@v4
76-
- name: Use Setup Node and Install Dependencies Action
77-
uses: commerce-docs/devsite-install-action@main
78-
with:
79-
node-version-file: '.nvmrc'
80-
cache-dependency-path: 'yarn.lock'
68+
# build-test:
69+
# permissions:
70+
# contents: read
71+
# statuses: write
72+
# runs-on: ubuntu-latest
73+
# needs: remark-test
74+
# steps:
75+
# - uses: actions/checkout@v4
76+
# - name: Use Setup Node and Install Dependencies Action
77+
# uses: commerce-docs/devsite-install-action@main
78+
# with:
79+
# node-version-file: '.nvmrc'
80+
# cache-dependency-path: 'yarn.lock'
8181

82-
- name: Build site
83-
run: yarn build
82+
# - name: Build site
83+
# run: yarn build

0 commit comments

Comments
 (0)