Skip to content

FEATURE: check for software updates on the github server #537

FEATURE: check for software updates on the github server

FEATURE: check for software updates on the github server #537

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