mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #885] [CLOSED] Use GitHub Actions for checks #789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/885
Author: @StefMa
Created: 1/15/2025
Status: ❌ Closed
Base:
main← Head:github-action-prs📝 Commits (3)
6114373Add pkl workflows for GitHub Action9d6888bTranslate pkl actions4b9994eDemonstrate GitHub Action Run📊 Changes
4 files changed (+161 additions, -0 deletions)
View changed files
➕
.github/pkl-workflows/CheckActionsConverted.pkl(+37 -0)➕
.github/pkl-workflows/Checks.pkl(+63 -0)➕
.github/workflows/CheckActionsConverted.generated.yml(+21 -0)➕
.github/workflows/Checks.generated.yml(+40 -0)📄 Description
Hello everyone ✌️
this PR might fix #152 and therefore also contributes to #225.
Two reasons why this would be a step forward:
I just converted the
checksfrom the circleci config for now becauseLe me know if this is "fine" or if I also convert all the other jobs.
On the other side we can also do this as follow-ups in other PRs.
Let me know what you prefer.
Because using a matrix is super easy to setup on actions, I also decided to run jdk 21 on windows 🤷
This isn't in the circleci config but doesn't hurt i guess?!
If you want to see how this looks like in action, checkout this run on my fork:
TODO before merge:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.