Skip to content

FEATURE: Add a workflow to check the code against virus #1

FEATURE: Add a workflow to check the code against virus

FEATURE: Add a workflow to check the code against virus #1

Workflow file for this run

on: [push]
jobs:
gitavscan:
runs-on: ubuntu-latest
name: AV scan
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Git AV Scan
uses: djdefi/gitavscan@main