Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 in /backend #535

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 in /backend

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 in /backend #535

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
paths:
- backend/**
permissions:
contents: read
jobs:
golangci:
name: go-linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
working-directory: backend
args: --timeout=5m