Skip to content

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:

Check failure on line 13 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Install Git CLI
run: |
apt-get update
apt-get install git curl -y
-name: Execute msf install
run: |
curl -O -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh
bash metasploit.sh