Skip to content

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

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

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

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 ./...