Skip to content

Commit 14d9b92

Browse files
hotfix: Remove skipping all steps (#266)
1 parent 11e2452 commit 14d9b92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ jobs:
3939
echo "${{ secrets.ENV }}" > .env
4040
4141
- name: Install deps
42-
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
4342
run: yarn install --frozen-lockfile
4443

4544
- name: Lint
46-
# next lint caches .next/cache/eslint
47-
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
4845
run: yarn lint
4946

5047
- name: Build

0 commit comments

Comments
 (0)