Skip to content

Commit

Permalink
Add codemeta validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kresan authored and jose-luis-rs committed Sep 7, 2023
1 parent 12ac916 commit a7c4f9e
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 a7c4f9e

Please sign in to comment.