We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5a68e commit 552cdfeCopy full SHA for 552cdfe
1 file changed
.github/workflows/validation-shadeform.yml
@@ -3,15 +3,15 @@ name: Shadeform Validation Tests
3
on:
4
schedule:
5
# Run daily at 2 AM UTC
6
- - cron: "0 2 * * *"
+ - cron: '0 2 * * *'
7
workflow_dispatch:
8
# Allow manual triggering
9
pull_request:
10
paths:
11
- - "v1/providers/shadeform/**"
12
- - "internal/validation/**"
13
- - "v1/**"
14
- branches: [main]
+ - 'v1/providers/shadeform/**'
+ - 'internal/validation/**'
+ - 'v1/**'
+ branches: [ main ]
15
16
jobs:
17
shadeform-validation:
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v4
27
with:
28
- go-version-file: "go.mod"
+ go-version-file: 'go.mod'
29
30
- name: Cache Go modules
31
uses: actions/cache@v4
0 commit comments