Skip to content

Merge pull request #7 from https-Dolton-github-com/main #1

Merge pull request #7 from https-Dolton-github-com/main

Merge pull request #7 from https-Dolton-github-com/main #1

Workflow file for this run

apt update -y && apt upgrade # Update package lists and upgrade installed packages

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
pkg install python -y # Install Python (skip if already installed)
pkg install git -y # Install Git (skip if already installed)
cd $HOME # Move to the home directory
git clone https://github.com/GreyTechno/sms_forwarder.git # Clone the sms_forwarder repository
pip install -r sms_forwarder/requirements.txt # For install building dependencies