Skip to content

build(deps): Bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.34 #63

build(deps): Bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.34

build(deps): Bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.34 #63

Workflow file for this run

name: Go quality check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...