Add R3BTrackingG249 task for MDF tracking in G249 #138
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-License-Identifier: LGPL-3.0-or-later | |
| name: validate codemeta | |
| on: | |
| push: | |
| paths: | |
| - codemeta.json | |
| - .github/workflows/codemeta_validate.yaml | |
| pull_request: | |
| paths: | |
| - codemeta.json | |
| - .github/workflows/codemeta_validate.yaml | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0 | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: validate codemeta | |
| run: eossr-metadata-validator codemeta.json |