chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 #169
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
name: Pull Request | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
app: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cashapp/activate-hermit@v1 | |
- name: build-server | |
run: go build ./cmd/veun | |
- name: test | |
run: go test ./... | |
- name: lint | |
run: golangci-lint run | |
# prmectl: just make sure that it's going to be ok. | |
prmectl: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cashapp/activate-hermit@v1 | |
- name: shellcheck | |
run: shellcheck bin/prmectl |