-
-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): create a pipeline for linting YAML workflow files #2183
base: master
Are you sure you want to change the base?
chore(ci): create a pipeline for linting YAML workflow files #2183
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a self-review
echo "buildx_args=\ | ||
--cache-from \"screenly/ose-qt-builder:latest\" \ | ||
--output \"type=image,push=true\" \ | ||
--build-arg \"BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')\" \ | ||
--build-arg \"GIT_HASH=$GITHUB_SHA\" \ | ||
--build-arg \"GIT_SHORT_HASH=$(git rev-parse --short HEAD)\" \ | ||
--build-arg \"GIT_BRANCH=$GITHUB_REF_NAME\"" >> "$GITHUB_OUTPUT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double-check if this really works.
@@ -49,7 +49,7 @@ jobs: | |||
python bin/build-pi-imager-json.py > _site/rpi-imager.json | |||
|
|||
# Make sure it's valid | |||
cat _site/rpi-imager.json | jq | |||
jq . < _site/rpi-imager.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double-check if it still works.
Description
Created a workflow file for linting GitHub Actions workflow files during pull requests and pushes to
master
.Checklist
Additional Information
Include any additional information that you think is necessary for this pull request, including screenshots of the changes that you have made.