Skip to content

Commit

Permalink
Merge pull request #1 from ARM-DOE/ci_add
Browse files Browse the repository at this point in the history
CI: Adding antivrus and quality CIs to the repo.
  • Loading branch information
zssherman authored Feb 9, 2024
2 parents 6013929 + ab047d8 commit f3ad58d
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 f3ad58d

Please sign in to comment.