grant-tracking/.forgejo/workflows/checks.yml
Jacob Lifshay fbdcceaea2
Some checks failed
/ checks (pull_request) Failing after 30s
add checks for forgejo issues and projects
2025-08-25 23:02:12 -07:00

31 lines
780 B
YAML

# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
on: [push, pull_request]
jobs:
checks:
runs-on: debian-12
steps:
- uses: https://git.libre-chip.org/mirrors/checkout@v4
with:
fetch-depth: 0
submodules: true
- run: |
scripts/check-copyright.sh
- run: |
apt-get update -qq
apt-get install -qq \
curl \
default-jre-headless \
jq \
python3-venv
- uses: https://git.libre-chip.org/mirrors/cache@v4
with:
path: ~/.m2/repository
key: maven-repository
- run: |
python3 -m venv .venv
. .venv/bin/activate
scripts/check-consistency.sh