mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 09:58:42 -07:00
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:
parent
42291cd547
commit
5bd4525161
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user