fill out grant tracking structure

This commit is contained in:
Jacob Lifshay 2025-08-24 23:35:41 -07:00
parent b731339fff
commit 484e756427
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
14 changed files with 575 additions and 675 deletions

View file

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