Skip to content

Commit 386175f

Browse files
authored
build(dev-deps): bump vitest to 4.0.15 (#65)
* build(dev-deps): bump vitest to 4.0.15 * ci: fix workflow
1 parent b9be799 commit 386175f

File tree

5 files changed

+528
-1012
lines changed

5 files changed

+528
-1012
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88
workflow_call:
9+
secrets:
10+
GH_APP_CREDS:
11+
required: true
912
schedule:
1013
- cron: '0 22 * * 2'
1114

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Integration Tests
22

33
on:
44
workflow_call:
5+
secrets:
6+
GH_APP_CREDS:
7+
required: true
58
workflow_dispatch:
69

710
permissions: {}

.github/workflows/linter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
VALIDATE_ALL_CODEBASE: true
4949
VALIDATE_BIOME_FORMAT: false
5050
VALIDATE_BIOME_LINT: false
51-
VALIDATE_GITHUB_ACTIONS: false
5251
VALIDATE_JAVASCRIPT_STANDARD: false
5352
VALIDATE_JSCPD: false
5453
VALIDATE_TYPESCRIPT_ES: false

0 commit comments

Comments
 (0)