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

Refactor GitHub Actions workflows to import logic #310

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Sep 27, 2022

Rework workflows to reduce duplicated effort across projects that I
maintain:

  • remove project-specific workflow content, import workflow logic from a new shared project resource repo
  • rename files to match "upstream" project files, rename workflows to better described bundled jobs
  • update README to use current workflow status badges
  • explicitly set gogeninstall input to indicate to imported Makefile based jobs that the gogeninstall Makefile recipe should be called

Remove doc.go file:

  • the pkg.go.dev site renders the README.md file in a prominent manner for readers encountering the repo
  • the godoc command lists available documentation from this repo in a tree format, so losing the doc.go file in the project does not appear to unduly impact navigating the embedded documentation

@atc0005 atc0005 added this to the Next Release milestone Sep 27, 2022
@atc0005 atc0005 self-assigned this Sep 27, 2022
Rework workflows to reduce duplicated effort across projects that I
maintain:

- remove project-specific workflow content, import workflow
  logic from a new shared project resource repo
- rename files to match "upstream" project files, rename
  workflows to better described bundled jobs
- update README to use current workflow status badges
- explicitly set gogeninstall input to indicate to imported
  Makefile based jobs that the gogeninstall Makefile recipe
  should be called

Remove doc.go file:

- the pkg.go.dev site renders the README.md file in a prominent
  manner for readers encountering the repo
- the godoc command lists available documentation from this repo
  in a tree format, so losing the doc.go file in the project
  does not appear to unduly impact navigating the embedded
  documentation
@atc0005 atc0005 merged commit 7d0ef2f into master Sep 27, 2022
@atc0005 atc0005 deleted the ghaw-refactor branch September 27, 2022 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant