Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit f9fd1d0

Browse files
committed
Remove timeout for deps installation in ESLint workflow
1 parent 64f9492 commit f9fd1d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
yarn-${{ env.CACHE_NAME_PREFIX }}-${{ runner.os }}-node-${{ env.NODE }}-
4949
5050
- name: "Install dependencies"
51-
timeout-minutes: 1
5251
run: |
5352
set -euo pipefail
5453
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)