Skip to content

Commit 7e0ca80

Browse files
fix: patch collect-v8-coverage until SimenB/collect-v8-coverage#235 is merged in
1 parent 9628a98 commit 7e0ca80

File tree

4 files changed

+268
-42
lines changed

4 files changed

+268
-42
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ jobs:
180180
continue-on-error: true
181181

182182
- name: Annotate Code Linting Results
183-
uses: ataylorme/eslint-annotate-action@a1bf7cb320a18aa53cb848a267ce9b7417221526 # 1.2.0
183+
uses: ataylorme/eslint-annotate-action
184184
with:
185-
repo-token: ${{ secrets.GITHUB_TOKEN }}
186185
report-json: reports/lint-report.json
187186

188187
npm-test:

0 commit comments

Comments
 (0)