File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments