Skip to content

Bump qltysh/qlty-action from 2.2.0 to 2.2.1 #87

Bump qltysh/qlty-action from 2.2.0 to 2.2.1

Bump qltysh/qlty-action from 2.2.0 to 2.2.1 #87

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7.0.0
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26'
cache: false
- name: Run tests
run: go test -count=1 -coverpkg=./... -coverprofile=coverage.out ./... -v -short -shuffle=on
- uses: qltysh/qlty-action/coverage@v2.2.1
with:
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: coverage.out
strip-prefix: github.com/bodrovis/lokex/v2/