Skip to content

Bump braces from 3.0.2 to 3.0.3 #624

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #624

Workflow file for this run

name: test
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: |
go.sum
.bingo/**.sum
- name: Build and lint the site
run: make lint