-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adds workflow for running salt test on windows #18
Adds workflow for running salt test on windows #18
Conversation
2b6f576
to
04122cd
Compare
Bumps plus3it/tardigrade-ci from 0.24.6 to 0.24.7. --- updated-dependencies: - dependency-name: plus3it/tardigrade-ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@42de1e3...7485c21) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
04122cd
to
2b5087d
Compare
2b5087d
to
bb6620e
Compare
@@ -46,7 +46,7 @@ jobs: | |||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | |||
with: | |||
fetch-depth: 0 | |||
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882 | |||
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882 |
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.
NIT: Is this extra whitespace intentional?
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.
Yes, it's coming from yamllint, in the 0.24.7 version of tardigrade-ci, and its default rules for comments, https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments. In particular, this one:
min-spaces-from-content: 2
No description provided.