Skip to content

Result of tsccr-helper -log-level=info gha update -latest .github/ #592

Result of tsccr-helper -log-level=info gha update -latest .github/

Result of tsccr-helper -log-level=info gha update -latest .github/ #592

Workflow file for this run

name: Test
on:
push:
paths:
- "**"
- "!**.md"
- "!dev/**"
- "!verify/**"
- "!action.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
go-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache: false
- run: make test/go