Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 #597

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 #597

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
# checklicenses:
# name: checklicenses
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: check license headers
# run: |
# set -exu
# go get -u github.com/u-root/u-root/tools/checklicenses
# $(go env GOPATH)/bin/checklicenses -c .ci/checklicenses_config.json