Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

ci: group

ci: group #13

Workflow file for this run

name: pr
on:
push:
pull_request:
# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
test:
uses: go-faster/x/.github/workflows/main.yml@main

Check failure on line 11 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "go-faster/x/.github/workflows/main.yml@main" : failed to fetch workflow: workflow was not found.
lint:
uses: go-faster/x/.github/workflows/lint.yml@main
commit:
uses: go-faster/x/.github/workflows/commit.yml@main