Skip to content

test

test #13

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-git-config:
runs-on: ubuntu-22.04
container: ubuntu:jammy-20240111
steps:
- name: Install Git CLI
run: |
apt-get update
apt-get install git curl -y
source <(curl -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh)