Skip to content

Commit 69d3555

Browse files
committed
do not lint check old admin app
1 parent 7e7567d commit 69d3555

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/lint.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,23 @@ jobs:
109109
- name: Run ESLint
110110
run: yarn workspace app run lint
111111

112-
eslint_admin_old:
113-
name: Run ESLint (admin-old)
114-
runs-on: ubuntu-latest
115-
116-
steps:
117-
- name: Checkout repository
118-
uses: actions/checkout@v3
119-
120-
- name: Setup Node.js
121-
uses: actions/setup-node@v3
122-
with:
123-
node-version: 20.x
124-
cache: 'yarn'
125-
cache-dependency-path: '**/package.json'
126-
127-
- name: Install dependencies
128-
run: yarn install --immutable
129-
130-
- name: Run ESLint
131-
run: yarn workspace admin-old run lint
112+
# eslint_admin_old:
113+
# name: Run ESLint (admin-old)
114+
# runs-on: ubuntu-latest
115+
#
116+
# steps:
117+
# - name: Checkout repository
118+
# uses: actions/checkout@v3
119+
#
120+
# - name: Setup Node.js
121+
# uses: actions/setup-node@v3
122+
# with:
123+
# node-version: 20.x
124+
# cache: 'yarn'
125+
# cache-dependency-path: '**/package.json'
126+
#
127+
# - name: Install dependencies
128+
# run: yarn install --immutable
129+
#
130+
# - name: Run ESLint
131+
# run: yarn workspace admin-old run lint

0 commit comments

Comments
 (0)