Bump specfile to 135-1 and add %changelog entry #112
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 |