Skip to content

Auto-configure Git identity in WSL distros from Windows host #37

Auto-configure Git identity in WSL distros from Windows host

Auto-configure Git identity in WSL distros from Windows host #37

Workflow file for this run

name: govulncheck
on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: 'go.mod'
go-package: ./...