Upload test site

This commit is contained in:
nopenothinghere
2023-08-09 21:19:45 -04:00
parent 061d1a544a
commit 6cb0883f83
323 changed files with 14685 additions and 42307 deletions
-26
View File
@@ -1,26 +0,0 @@
name: '🦠 VirusTotal Scan'
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: '📦 Checkout'
uses: actions/checkout@v3
- name: '📦 Set up Go'
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
- run: go version
- name: '🦠 Scan PDF files using VT'
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
export/guide.pdf
export/guide.odt