-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): unify CI workflows (#172)
Move build and linting jobs to a single GH workflow file. It simplifies managing the settings for these jobs and keeping them consistent. Reduce permissions scope for ci workflow Allow triggering when pushing to the 'main' branch Run on pull requests on all branches Build when pushing tags Run Docker workflow on push to 'main' branch Run Docker workflow on pull requests on all branches Cleanups: - rename workflow - use consistent indentation for steps - capitalize job name
- Loading branch information
1 parent
3b14d38
commit f7a24bd
Showing
3 changed files
with
43 additions
and
44 deletions.
There are no files selected for viewing
50 changes: 40 additions & 10 deletions
50
.github/workflows/golangci-lint.yml → .github/workflows/ci.yml
This file contains 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 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 was deleted.
Oops, something went wrong.