Skip to content

Merge branch 'main' of https://github.com/mstelz/vas_card_generator #3

Merge branch 'main' of https://github.com/mstelz/vas_card_generator

Merge branch 'main' of https://github.com/mstelz/vas_card_generator #3

Workflow file for this run

name: scan
# This workflow represents a set of basic End-to-End tests
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
job_id:
name: "Scan Virus"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.0.0"
with:
fetch-depth: 0
- name: "Scan Repository"
uses: "hugoalh/scan-virus-ghaction@v0.20.0"