Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 #320

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

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 #320

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/[email protected]