Skip to content

fix: preserve [\s\S] instead of expanding to [\x00-\x{10ffff}] for PCRE compatibility #1267

fix: preserve [\s\S] instead of expanding to [\x00-\x{10ffff}] for PCRE compatibility

fix: preserve [\s\S] instead of expanding to [\x00-\x{10ffff}] for PCRE compatibility #1267

Workflow file for this run

name: Lint
# default token permissions: none
permissions: {}
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
lint:
strategy:
matrix:
go-version: [1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9