Skip to content

feat(ansi): XTWINOPS and WindowOp functions (#323) #1810

feat(ansi): XTWINOPS and WindowOp functions (#323)

feat(ansi): XTWINOPS and WindowOp functions (#323) #1810

Workflow file for this run

name: lint-soft
on:
push:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
jobs:
golangci:
name: lint-soft
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- uses: golangci/golangci-lint-action@v6
with:
# Optional: golangci-lint command line arguments.
args: --config .golangci-soft.yml --issues-exit-code=0 ./exp/teatest/...
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true