FEATURE: Automate the update/merge of the .po files #603
Workflow file for this run
This file contains hidden or 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: gitavscan | |
| on: | |
| push: | |
| paths: | |
| - '**/*.py' # Watch for changes in any Python files | |
| release: | |
| types: [published] | |
| jobs: | |
| gitavscan: | |
| runs-on: ubuntu-latest | |
| name: AV scan | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Git AV Scan | |
| uses: djdefi/gitavscan@main |