Skip to content

Bump software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.4.0 #45

Bump software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.4.0

Bump software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.4.0 #45

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}
level: warning
misspell:
name: misspell
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
level: warning
locale: "US"