File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! / usr/ bin/ env kotlin
2
2
@file:Repository(" https://repo.maven.apache.org/maven2/" )
3
- @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2 .0" )
3
+ @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.3 .0" )
4
4
@file:DependsOn(" it.krzeminski:snakeyaml-engine-kmp:3.1.1" )
5
5
@file:DependsOn(" io.github.optimumcode:json-schema-validator-jvm:0.5.1" )
6
6
Original file line number Diff line number Diff line change 51
51
name : ' Check for all actions'
52
52
env :
53
53
GHWKT_GITHUB_CONTEXT_JSON : ' ${{ toJSON(github) }}'
54
- run : ' GHWKT_RUN_STEP='' validate_typings:step-1'' '' .github/workflows/test.main.kts'' '
54
+ run : ' GHWKT_RUN_STEP='' test.yaml: validate_typings:step-1'' '' .github/workflows/test.main.kts'' '
55
55
workflows_consistency_check :
56
56
name : ' Run consistency check on all GitHub workflows'
57
57
runs-on : ' ubuntu-latest'
Original file line number Diff line number Diff line change 1
1
#! / usr/ bin/ env kotlin
2
2
@file:Repository(" https://repo1.maven.org/maven2/" )
3
- @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2 .0" )
3
+ @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.3 .0" )
4
4
@file:DependsOn(" it.krzeminski:snakeyaml-engine-kmp-jvm:3.1.1" )
5
5
@file:DependsOn(" org.eclipse.jgit:org.eclipse.jgit:7.2.0.202503040940-r" )
6
6
Original file line number Diff line number Diff line change 42
42
name : ' Run generation logic'
43
43
env :
44
44
GHWKT_GITHUB_CONTEXT_JSON : ' ${{ toJSON(github) }}'
45
- run : ' GHWKT_RUN_STEP='' generate:step-3'' '' .github/workflows/update-metadata.main.kts'' '
45
+ run : ' GHWKT_RUN_STEP='' update-metadata.yaml: generate:step-3'' '' .github/workflows/update-metadata.main.kts'' '
46
46
- id : ' step-4'
47
47
name : ' Push new commit'
48
48
run : ' git push'
You can’t perform that action at this time.
0 commit comments