From f0a3f348fc300090f1300baf4e7f1a03f9ea5ebf Mon Sep 17 00:00:00 2001 From: CHEF-KOCH Date: Thu, 11 Jun 2020 12:13:41 +0200 Subject: [PATCH] Workflow: Git Anti Virus Scan added --- .github/workflows/Git Anti Virus Scan.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/Git Anti Virus Scan.yml 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