Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #102

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #102

name: lint
on: [push]
jobs:
golint:
runs-on: ubuntu-latest
name: lint
steps:
- uses: actions/checkout@v2
- name: lint
id: golint
uses: Jerome1337/go-action/lint@master
- name: lint output
run: echo "${{ steps.golint.outputs.golint-output }}"