Skip to content

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

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 #9

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3
- name: Run tests
run: go test -v