diff --git a/.github/workflows/Git Anti Virus Scan.yml b/.github/workflows/Git Anti Virus Scan.yml new file mode 100644 index 0000000..bb39c91 --- /dev/null +++ b/.github/workflows/Git Anti Virus Scan.yml @@ -0,0 +1,11 @@ +# https://github.com/marketplace/actions/git-anti-virus-scan?version=2 +on: [push] + +jobs: + gitavscan: + runs-on: ubuntu-latest + name: AV scan + steps: + - uses: actions/checkout@master + - name: Git AV Scan + uses: djdefi/gitavscan@master