[Sweep GHA Fix] The GitHub Actions run failed with... #701
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.
Description
This pull request includes several changes to the project. The changes are as follows:
CONTRIBUTING.md
file, the commandmake test-all
has been modified tomake test-all: bin/hub
.Makefile
file, the build command forbin/hub
has been updated to include additional commands.Makefile
file.bin/md2roff
target in theMakefile
file has been updated to include additional commands.test-all
target in theMakefile
file has been modified to include additional commands.README.md
file has been updated to include a new example in the GitHub Actions workflow.bin/hub
has been added to the project.cmd/hub/main.go
file has been added to the project.fixtures/test.git/hooks/post-update.sample
file has been modified to include an additional command.fixtures/test.git/hooks/pre-rebase.sample
file has been modified to correct a typo.go.mod
file has been updated to include new dependencies and update existing ones.go.sum
file has been updated to include new dependencies and update existing ones.script/publish-release
file has been modified to include additional commands.Summary
CONTRIBUTING.md
to update themake test-all
command.Makefile
to include additional commands forbin/hub
andbin/md2roff
.Makefile
.README.md
for GitHub Actions workflow.bin/hub
andcmd/hub/main.go
.fixtures/test.git/hooks/post-update.sample
to include an additional command.fixtures/test.git/hooks/pre-rebase.sample
to correct a typo.go.mod
andgo.sum
to include new dependencies and update existing ones.script/publish-release
to include additional commands.