Skip to content

build(deps): bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 #73

build(deps): bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0

build(deps): bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 #73

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make tools lint