Skip to content

fix(sprigin): sprigin must be replacement of sprig - compatibility fuzzy est added #364

fix(sprigin): sprigin must be replacement of sprig - compatibility fuzzy est added

fix(sprigin): sprigin must be replacement of sprig - compatibility fuzzy est added #364

Workflow file for this run

on:
push:
branches: [main]
tags: [v*]
pull_request:
name: Linters
permissions:
# Required: allow read access to the content for analysis.
contents: read
pull-requests: read
# Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
lint:
name: Golang CI Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Install testifylint
run: go install github.com/Antonboom/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.1.0