Skip to content

IMPROVEMENT: Improve the developer installation consistency #520

IMPROVEMENT: Improve the developer installation consistency

IMPROVEMENT: Improve the developer installation consistency #520

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