We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a24d9 commit 48d8b76Copy full SHA for 48d8b76
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
workflow_call:
9
+ secrets:
10
+ GH_APP_CREDS:
11
+ required: true
12
schedule:
13
- cron: '0 22 * * 2'
14
.github/workflows/integration-tests.yml
@@ -2,6 +2,9 @@ name: Integration Tests
2
3
on:
4
5
workflow_dispatch:
permissions: {}
.github/workflows/linter.yml
@@ -48,7 +48,6 @@ jobs:
48
VALIDATE_ALL_CODEBASE: true
49
VALIDATE_BIOME_FORMAT: false
50
VALIDATE_BIOME_LINT: false
51
- VALIDATE_GITHUB_ACTIONS: false
52
VALIDATE_JAVASCRIPT_STANDARD: false
53
VALIDATE_JSCPD: false
54
VALIDATE_TYPESCRIPT_ES: false
0 commit comments