Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 (#44) #98

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

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 (#44) #98

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 }}"