Skip to content

ci: pin GitHub Actions to latest releases and Node 24 LTS #165

ci: pin GitHub Actions to latest releases and Node 24 LTS

ci: pin GitHub Actions to latest releases and Node 24 LTS #165

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
uses: thedavidweng/cli-workflow-template/.github/workflows/go-ci.yml@main
with:
enable-coverage: true
enable-conventions: true
secrets: inherit