Skip to content

Demonstrate GitHub Action Run #17

Demonstrate GitHub Action Run

Demonstrate GitHub Action Run #17

# Do not modify!
# This file was generated from a template using https://github.com/StefMa/pkl-gha
name: Check Pkl Actions Converted
'on':
push: {}
jobs:
check-actions-converted:
name: Check Actions converted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.27.0
- name: Convert pkl actions to yaml
run: pkl eval .github/pkl-workflows/*.pkl -o .github/workflows/%{moduleName}.generated.yml
- name: Verify if pkl actions are converted
run: git diff --exit-code