Merge pull request #135 from matyasselmeci/pr/CERN-IAM-2.SOFTWARE-5843 #115
Workflow file for this run
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 |