MDEV-30222 aix mask popen error test failures #234
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: pre-commit | |
on: | |
pull_request: | |
push: | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
#//TEMP we need to check only modified files WRT main | |
- name: run pre-commit (all) | |
run: | | |
make venv | |
make install-pre-commit | |
source .venv/bin/activate | |
make pre-commit-run-all |