Skip to content

Bump github.com/goccy/go-yaml from 1.13.7 to 1.14.1 #169

Bump github.com/goccy/go-yaml from 1.13.7 to 1.14.1

Bump github.com/goccy/go-yaml from 1.13.7 to 1.14.1 #169

Workflow file for this run

name: tests
on:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run tests
run: |
make test