Skip to content

Commit

Permalink
UpdateUpdate workflowworkflow filesfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jun 29, 2024
1 parent aa2b561 commit 28f6b46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CheckPklActionsConverted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.25.3
pkl-version: 0.26.1
- name: Convert pkl actions to yaml
run: |-
for file in .github/workflows/*.pkl; do
pkl eval "$file" -o "${file/.pkl/.yaml}"
done
- name: Verify if if pkl actions are converted
- name: Verify if pkl actions are converted
run: git diff --exit-code
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.25.3
pkl-version: 0.26.1
- name: Package pkl module
env:
VERSION: ${{ github.ref_name }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.25.3
pkl-version: 0.26.1
- name: Test pkl module
run: pkl test
- name: Package pkl module
env:
VERSION: 0.0.3
run: pkl project package

0 comments on commit 28f6b46

Please sign in to comment.