-
-
Notifications
You must be signed in to change notification settings - Fork 0
Allow repository to be used in GitHub Actions #4
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b59721f
feat(gha): download + run binary with given dirs
allejo 0d568db
feat(gha): add opt-in commiting functionality
allejo bf14b8e
feat(gha): add fail-on-diff mode
allejo eb47028
feat(gha): save JSON representation of each processed module as output
allejo d490b58
feat(gha): treat fail_on_diff and commit as booleans
allejo 74540ea
docs(gha): update README with new action documentation
allejo 3bab149
feat(gha): support * and ** for directory paths
allejo 3a8db2a
feat(gha): download latest pre-release if no stable
allejo 65a30eb
docs: update actions/checkout version in README
allejo 3336954
fix(gha): address Copilot review feedback
allejo 0e68c54
fix(gha): implement unused commit_branch arg
allejo 18d8f09
feat(gha): add format + linting jobs to workflows
allejo dc2dff7
chore(gha): address first batch of linting errors
allejo 5c77eca
docs: format README + address linter warnings
allejo 4f6f6b7
fix(gha): don't fail silently on GH API calls
allejo 488bf12
docs: show GH template syntax for token in arg table
allejo feac1c4
feat(gha): apply PR feedback from Copilot
allejo 8e98cb2
feat(gha): use GH_TOKEN for gh/git operations
allejo 55df454
fix(ci/cd): setup Go before formatting step
allejo 03faae3
feat(gha): enable Bash debug when runner.debug is true
allejo 9e9a271
feat(gha): don't silence gh errors
allejo 13b0969
fix(gha): don't kill workflow when 'gh' command fails
allejo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| FIX_MARKDOWN=true | ||
| FIX_YAML_PRETTIER=true | ||
| VALIDATE_CHECKOV=true | ||
| VALIDATE_GITHUB_ACTIONS=true | ||
| VALIDATE_GITHUB_ACTIONS_ZIZMOR=true | ||
| VALIDATE_GITLEAKS=true | ||
| VALIDATE_GIT_MERGE_CONFLICT_MARKERS=true | ||
| VALIDATE_GO=true | ||
| VALIDATE_MARKDOWN=true | ||
| VALIDATE_YAML=true | ||
| VALIDATE_YAML_PRETTIER=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.