Skip to content

Commit

Permalink
FEATURE: Add a workflow to check the code against virus
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 19, 2024
1 parent ac3382d commit e79c7c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gitavscan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit e79c7c9

Please sign in to comment.