Skip to content

Commit

Permalink
Merge pull request #26 from vuillaut/codemeta
Browse files Browse the repository at this point in the history
adding a codemeta validator
  • Loading branch information
ManonMarchand committed Jan 18, 2023
2 parents 3ee300d + a16bdd0 commit b6b7cfa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/validate_codemeta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test_codemeta

on:
push:
paths:
- codemeta.json

jobs:
build:
runs-on: ubuntu-latest
container:
image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0
steps:
- uses: actions/checkout@v2
- name: validate codemeta
run: eossr-metadata-validator codemeta.json
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"codeRepository": "git+https://github.com/cds-astro/tutorials",
"contIntegration": "https://github.com/cds-astro/tutorials/actions",
"datePublished": "2022-11-24",
"dateModified": "2022-11-24",
"dateModified": "2023-01-18",
"issueTracker": "https://github.com/cds-astro/tutorials/issues",
"name": "cds-escape-tutorials",
"version": "1.0.2",
Expand Down

0 comments on commit b6b7cfa

Please sign in to comment.