Skip to content

Bump codello/.github from 0 to 1 #47

Bump codello/.github from 0 to 1

Bump codello/.github from 0 to 1 #47

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
tags: [ "*" ]
permissions:
contents: read
jobs:
lint:
name: Lint
permissions:
contents: read
pull-requests: read
uses: codello/.github/.github/workflows/go-lint.yml@v1
test:
name: Test
uses: codello/.github/.github/workflows/go-test.yml@v1
with:
go-versions: go.mod,1.19.x,1.20.x
test-on: ubuntu-latest,macos-latest,windows-latest
build:
name: Build
uses: codello/.github/.github/workflows/go-build.yml@v1
with:
packages: ./...
artifact: false

Check failure on line 31 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 31, Col: 17): Invalid input, artifact is not defined in the referenced workflow.
platforms:
linux/amd64,
linux/arm64,
linux/arm,
linux/386,
darwin/amd64,
darwin/arm64,
windows/amd64