Files
gentoo-utils-gitea/.gitea/workflows/build.yml
penguin 04ad6e607e
Some checks failed
Gentoo Utils / docker (pull_request) Waiting to run
Gentoo Utils / build (pull_request) Failing after 1s
testing a thing
2025-12-05 17:25:31 -06:00

17 lines
269 B
YAML

name: Build gentoo-utils
on: [workflow_call]
jobs:
build:
runs-on: gentoo-utils
needs: build-docker
if: ${{ always() }}
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: build and check
run: ./check.sh