Skip to content

Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 #66

Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5

Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 #66

Workflow file for this run

---
name: Linters
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_GO: true
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}