Skip to content

Commit

Permalink
Added Github action for kali
Browse files Browse the repository at this point in the history
  • Loading branch information
HackberryA3 committed May 23, 2024
1 parent fef4003 commit 8f0b9b3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/kali.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Kali

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
kali-test:
runs-on: ubuntu-latest
container:
image: "kalilinux/kali-rolling:latest"

steps:
- uses: actions/checkout@v2

# Error Check
- name: Run install.sh
run: |
apt-get update
./unix/linux/debian/kali/scripts/install.sh

0 comments on commit 8f0b9b3

Please sign in to comment.