Skip to content

Readme: Remove style=flat-square from badges (#20) #396

Readme: Remove style=flat-square from badges (#20)

Readme: Remove style=flat-square from badges (#20) #396

Workflow file for this run

name: govulncheck
on:
schedule:
- cron: '1 1 * * 1'
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: 'go.mod'
go-package: ./...