Skip to content

chore: Update conceal package to version 4.0.0 #4

chore: Update conceal package to version 4.0.0

chore: Update conceal package to version 4.0.0 #4

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- v*
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
only-new-issues: true