Merge pull request #135 from matyasselmeci/pr/CERN-IAM-2.SOFTWARE-5843 #114
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: Unit tests for data validation scripts | |
on: | |
pull_request: | |
push: | |
jobs: | |
run-script: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: test validate dn format | |
run: bin/test_validate_dn_format.py |