Skip to content

IMPROVEMENT: automate the extraction and update of the .pot file #526

IMPROVEMENT: automate the extraction and update of the .pot file

IMPROVEMENT: automate the extraction and update of the .pot file #526

Workflow file for this run

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