refactor!: replace generate_rdf_files with rdf_files_only in editor a… #53
This file contains hidden or 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
| # SPDX-FileCopyrightText: 2026 Arcangelo Massari <arcangelo.massari@unibo.it> | |
| # | |
| # SPDX-License-Identifier: ISC | |
| name: REUSE compliance | |
| on: | |
| push: | |
| branches: | |
| - "**" | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| reuse: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: fsfe/reuse-action@v6 |