Skip to content

Go Spec Checks

Go Spec Checks #9

Workflow file for this run

name: Go Spec Checks
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
test:

Check failure on line 8 in .github/workflows/go.yaml

View workflow run for this annotation

GitHub Actions / Go Spec Checks

Invalid workflow file

The workflow is not valid. .github/workflows/go.yaml (Line: 8, Col: 3): Error calling workflow 'ajnavarro/go-lang-spec-checker/.github/workflows/template.yaml@c73919cc91198fbe0fd5de8a399ad3b2ff51f440'. The workflow is requesting 'actions: read, checks: write', but is only allowed 'actions: none, checks: none'.
uses: ./.github/workflows/template.yaml
with:
name: Go
run-command: '-count=1 -v ./... -args -run-cmd="go run {path}"'