Pull request 1994: try-fix-workflow

Squashed commit of the following:

commit 5def2019df7432a86cec1dfe9dd1008faea7a67e
Merge: ab8ddec77 42291cd54
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Sep 5 18:40:26 2023 +0300

    Merge branch 'master' into try-fix-workflow

commit ab8ddec7705764cf0ee249da2e6b93b0a0bd0993
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Sep 5 14:36:59 2023 +0300

    .github: try fixing lint flow
This commit is contained in:
Ainar Garipov 2023-09-05 18:47:22 +03:00
parent 42291cd547
commit 5bd4525161

View File

@ -2,8 +2,6 @@
'env':
'GO_VERSION': '1.20.7'
# TODO(a.garipov, ik): Update to the latest ESR.
'NODE_VERSION': '14'
'on':
'push':
@ -30,10 +28,6 @@
'runs-on': 'ubuntu-latest'
'steps':
- 'uses': 'actions/checkout@v2'
- 'name': 'Set up Node'
'uses': 'actions/setup-node@v1'
'with':
'node-version': '${{ env.NODE_VERSION }}'
- 'name': 'Install modules'
'run': 'npm --prefix="./client" ci'
- 'name': 'Run ESLint'