Skip to content
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

✨ Convert to GitHub action #12

Merged
merged 1 commit into from
Jul 15, 2021
Merged

✨ Convert to GitHub action #12

merged 1 commit into from
Jul 15, 2021

Conversation

axdotl
Copy link
Member

@axdotl axdotl commented Jul 15, 2021

Type of Change

  • Bugfix
  • Enhancement / new feature
  • Refactoring
  • Documentation

Description

This PR is to convert the project to a GitHub Action.

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Review the Contributing Guideline and sign CLA
  • Reference relevant issue(s) and close them after merging

action.yaml Outdated Show resolved Hide resolved
@axdotl axdotl merged commit f0d366b into master Jul 15, 2021
@axdotl axdotl deleted the convert-to-action branch July 15, 2021 08:50
@github-actions github-actions bot locked and limited conversation to collaborators Jul 15, 2021
@@ -13,4 +13,4 @@

set -e

yamllint -f parsable ${TARGETPATH} | /yamllint-action
yamllint -f parsable ${TARGET_PATH} | /yamllint-action
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double quote to prevent globbing and word splitting.

branches:
- '**'
tags-ignore:
- '**'

jobs:
yamllint:
runs-on: ubuntu-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would go for a fixed version: "ubuntu-20.04"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants