Erase all xmlns: and xs: attributes when reading packs (#695) #1336
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: global | |
on: | |
pull_request: | |
release: | |
types: [ published ] | |
jobs: | |
copyright: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout devtools | |
uses: actions/checkout@v4 | |
- name: Check copyright notice | |
run: | | |
pip install \ | |
pre-commit \ | |
python-magic==0.4.18 \ | |
comment-parser>=1.2.3 | |
pre-commit run --all-files |