Skip to content

build(deps): bump github.com/schollz/progressbar/v3 #14

build(deps): bump github.com/schollz/progressbar/v3

build(deps): bump github.com/schollz/progressbar/v3 #14

Workflow file for this run

name: main-branch
on:
push:
# run only against tags
branches:
- main
permissions:
contents: write
packages: write
# issues: write
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
integration-tests:
needs: build
uses: ./.github/workflows/test.yaml
secrets: inherit