Skip to content

Bump rollup from 4.18.0 to 4.22.4 in /public #1560

Bump rollup from 4.18.0 to 4.22.4 in /public

Bump rollup from 4.18.0 to 4.22.4 in /public #1560

Workflow file for this run

name: go-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: '1.21'
- name: test
run: go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov