build(deps): bump nl.geodienstencentrum.maven:schemaspy-maven-plugin from 5.2.1 to 5.3.0 #2288
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'REUSE Compliance Check' | |
on: | |
- pull_request | |
jobs: | |
reusecheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# Only check a few subdirectories for now | |
- name: 'REUSE Compliance Check (BGT loader)' | |
uses: fsfe/reuse-action@v4 | |
with: | |
args: --root bgt-loader lint | |
- name: 'REUSE Compliance Check (BAG2 loader)' | |
uses: fsfe/reuse-action@v4 | |
with: | |
args: --root bag2-loader lint | |
- name: 'REUSE Compliance Check (NHR loader)' | |
uses: fsfe/reuse-action@v4 | |
with: | |
args: --root nhr-loader lint |