Skip to content

Commit

Permalink
chore(deps): update dependency it.krzeminski:github-actions-kotlin-ds…
Browse files Browse the repository at this point in the history
…l to v0.36.0 (#85)

Co-authored-by: Piotr Krzeminski <[email protected]>
  • Loading branch information
renovate[bot] and krzema12 authored Feb 3, 2023
1 parent 3fadaa8 commit 35fb6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.35.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.36.0")

import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.gradle.GradleBuildActionV2
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,16 @@ on:
pull_request: {}
jobs:
check_yaml_consistency:
name: Check YAML consistency
runs-on: ubuntu-latest
steps:
- id: step-0
name: Check out
uses: actions/checkout@v3
- id: step-1
name: Set up Java in proper version
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
cache: gradle
- id: step-2
name: Execute script
run: rm '.github/workflows/build.yaml' && '.github/workflows/build.main.kts'
- id: step-3
- id: step-2
name: Consistency check
run: git diff --exit-code '.github/workflows/build.yaml'
build:
Expand Down

0 comments on commit 35fb6c9

Please sign in to comment.