get rid of abandoned Wandalen/wretry.action

This commit is contained in:
Samuel Newman
2026-05-14 11:03:19 +03:00
parent f3b499acef
commit 9ac25ed392
3 changed files with 23 additions and 40 deletions
+2 -7
View File
@@ -31,13 +31,8 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: git show "origin/$BASE_REF:yarn.lock" > yarn.lock
- name: Yarn install
uses: Wandalen/wretry.action@master
with:
# Fine to skip scripts since we don't run any code
command: yarn install --ignore-scripts
attempt_limit: 3
attempt_delay: 2000
- name: ⚙️ Install dependencies
run: yarn install --ignore-scripts
- name: Verify yarn.lock
run: |