-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: use shared workflows #115
feat: use shared workflows #115
Conversation
Signed-off-by: Dario Faccin <[email protected]>
.github/workflows/main.yml
Outdated
run: go build ./... | ||
uses: omec-project/.github/.github/workflows/build.yml@main | ||
with: | ||
branch_name: ${{ github.ref }} | ||
|
||
staticcheck: |
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.
This was renamed in all other repos
staticcheck: | |
static-analysis: |
43e3fd4
to
7793d38
Compare
Signed-off-by: Dario Faccin <[email protected]>
7793d38
to
786d9f3
Compare
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.
Please revert the changes in .golangci.yml
file.
Signed-off-by: Dario Faccin <[email protected]>
Signed-off-by: Arrobo, Gabriel <[email protected]>
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.
+1
This PR uses the common GitHub workflows from the
.github
folder in omec-project.