Skip to content

Revise GitHub Actions #5

Revise GitHub Actions

Revise GitHub Actions #5

Workflow file for this run

name: CI
on:
push:
branches:
- master
concurrency:
group: ci-master
env:
go_version: "1.21"
jobs:
lint-branch:
uses: ./.github/workflows/lint-branch.yaml

Check failure on line 12 in .github/workflows/build-master.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/build-master.yaml (Line: 12, Col: 11): Error from called workflow pmateusz/glove/.github/workflows/lint-branch.yaml@7908823e6ca7850c105161f267758f0b80829e08 (Line: 36, Col: 22): Unrecognized named-value: 'var'. Located at position 1 within expression: var.job_id
with:
go_version: $go_version
test-branch:
uses: ./.github/workflows/test-branch.yaml
with:
go_version: $go_version