Skip to content

Commit

Permalink
ci: Check codemeta.json
Browse files Browse the repository at this point in the history
Use the eOSSR tooling to validate our codemeta.json file
  • Loading branch information
ChristianTackeGSI committed Aug 3, 2023
1 parent ebb1261 commit 883cf7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/codemeta_validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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@v3
- name: validate codemeta
run: eossr-metadata-validator codemeta.json

0 comments on commit 883cf7c

Please sign in to comment.