Skip to content

chore(README): add badges #1

chore(README): add badges

chore(README): add badges #1

Workflow file for this run

name: Workflow - Default push
on:
push:
jobs:
go-lint:

Check failure on line 7 in .github/workflows/push.default.yaml

View workflow run for this annotation

GitHub Actions / Workflow - Default push

Invalid workflow file

The workflow is not valid. .github/workflows/push.default.yaml (Line: 7, Col: 3): Error calling workflow 'vareversat/gics/.github/workflows/action.go.lint.yaml@0f2b08ca1c6386b2c86b4b50af7b6b87c8104c2e'. The workflow is requesting 'checks: write, contents: write', but is only allowed 'checks: none, contents: read'.
uses: ./.github/workflows/action.go.lint.yaml
with:
go_version: '1.22.x'
go-test:
uses: ./.github/workflows/action.go.test.yaml
secrets: inherit
with:
go_version: '1.22.x'