Files
gentoo-utils-gitea/.gitea/workflows/build.yml
2025-12-05 16:11:03 -06:00

15 lines
220 B
YAML

name: Build gentoo-utils
on: [pull_request]
jobs:
build:
runs-on: gentoo-utils
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: build and check
run: ./check.sh