Skip to content

Commit

Permalink
Merge pull request #11 from zssherman/antivirus.yml
Browse files Browse the repository at this point in the history
CI: Adding antivirus.yml
  • Loading branch information
zssherman authored Jun 14, 2023
2 parents 69dd167 + 26aaa96 commit 979de8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/antivirus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
types: [assigned, opened, synchronize, reopened, closed]

jobs:
gitavscan:
runs-on: ubuntu-latest
name: AV scan
steps:
- uses: actions/checkout@v3
- name: Git AV Scan
uses: djdefi/gitavscan@main
with:
full: '--full'

0 comments on commit 979de8e

Please sign in to comment.