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

Add GitHub Action for golangci-lint #5973

Merged
merged 3 commits into from
Feb 28, 2022
Merged

Add GitHub Action for golangci-lint #5973

merged 3 commits into from
Feb 28, 2022

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Feb 28, 2022

Adapted from https://github.com/golangci/golangci-lint-action#how-to-use. Uses the same version we've been using in boulder-tools.

Part of #5946

Note: we will eventually want to go back to doing this in boulder-tools, so it's easy to run the lints locally. But this is useful so we can unblock testing on go 1.18beta2.

@jsha jsha requested a review from a team as a code owner February 28, 2022 17:22
aarongable
aarongable previously approved these changes Feb 28, 2022
Copy link
Contributor

@aarongable aarongable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo one nit

Comment on lines 2 to 9
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our other CI workflow triggers on:

on:
  # Triggers the workflow on push or pull request events but only for the main branch
  push:
    branches: 
      - main
      - release-branch-*
  pull_request:
    branches:
      - '**'

These are nearly the same, but I think consistency would be better.

@jsha jsha merged commit 5fe5859 into main Feb 28, 2022
@jsha jsha deleted the test-golangci-lint-action branch February 28, 2022 17:55
jsha added a commit that referenced this pull request May 24, 2022
jsha added a commit to jsha/boulder that referenced this pull request May 24, 2022
jsha added a commit that referenced this pull request May 25, 2022
jsha added a commit that referenced this pull request May 25, 2022
This reverts commit 5fe5859.

Per #5973:

> we will eventually want to go back to doing this in boulder-tools, so it's easy
> to run the lints locally. But this is useful so we can unblock testing on go 1.18beta2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants