Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ amends "pkl:Project"

dependencies {
["gha"] { uri = "package://pkg.pkl-lang.org/pkl-project-commons/temp.stefma.gha@0.0.0" }
["pkl.impl.ghactions"] { uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0.2.0" }
["pkl.impl.ghactions"] { uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0.3.2" }
}
4 changes: 2 additions & 2 deletions .github/PklProject.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0": {
"type": "remote",
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0.2.0",
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0.3.2",
"checksums": {
"sha256": "2d593b831c63736bf55c1aa8ad3bc8dbbc86c974db963c38ba668fbcecd32a87"
"sha256": "3427c2349ba465e64e1d2e9ec1f71c079e7f98a0a5fcfe900df67c98daf7eebb"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ name: Build
push:
branches-ignore:
- main
- release/*
tags-ignore:
- '*'
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ name: Build (main)
description: The source GitHub Action workflow run triggering this build
required: false
type: string
permissions:
contents: read
jobs:
publish:
permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Pull Request
'on':
pull_request: {}
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down