Merge pull request #134 from matyasselmeci/pr/CERN-IAM.SOFTWARE-5843 #111
This file contains 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
name: Validate data | |
on: | |
pull_request: | |
push: | |
jobs: | |
run-script: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: validate vomses | |
run: bin/vomses-crosscheck vomses vomsdir | |
- name: validate LSC file DN format | |
run: bin/validate_dn_format.py |