Skip to content

fix: broken TestHardcodedIncludeDirectiveDDOS2 on windows #3742

fix: broken TestHardcodedIncludeDirectiveDDOS2 on windows

fix: broken TestHardcodedIncludeDirectiveDDOS2 on windows #3742

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: v1.21.x
cache: true
- run: go run mage.go lint