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

update lint action #155

Merged
merged 1 commit into from
Nov 28, 2021
Merged

update lint action #155

merged 1 commit into from
Nov 28, 2021

Conversation

dekkagaijin
Copy link
Member

@dekkagaijin dekkagaijin commented Nov 23, 2021

  • Remove unnecessary apt-get update step
  • uses: golangci/golangci-lint-action@v2 to be consistent w/ the same step in cosign
NONE

hectorj2f
hectorj2f previously approved these changes Nov 23, 2021
@dekkagaijin dekkagaijin changed the title fix lint action update lint action Nov 23, 2021
@@ -44,9 +44,9 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: deps
run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev
run: sudo apt-get update
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we even need this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't believe we ever needed libpcsclite for the linter

Copy link
Contributor

Choose a reason for hiding this comment

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

I meant we don't need this sudo apt-get update

Copy link
Member

Choose a reason for hiding this comment

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

for golangci-lint we dont need apt udpate/upgrades/install

Copy link
Member Author

Choose a reason for hiding this comment

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

@cpanato @naveensrinivasan removed, PTAL

Signed-off-by: Jake Sanders <jsand@google.com>
Copy link
Contributor

@naveensrinivasan naveensrinivasan left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks

@bobcallaway bobcallaway merged commit 635ddc7 into sigstore:main Nov 28, 2021
@dekkagaijin dekkagaijin deleted the lint branch November 29, 2021 21:05
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
Use KeyParseError (instead of "help requested" error) when both -key and -kms
are omitted.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
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

5 participants