forked from libre-chip/grant-tracking
fill out grant tracking structure
This commit is contained in:
parent
b731339fff
commit
484e756427
14 changed files with 575 additions and 675 deletions
28
.forgejo/workflows/checks.yml
Normal file
28
.forgejo/workflows/checks.yml
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue