ngn a684d1c990
All checks were successful
ups / ups (push) Successful in 44s
install ups from the git instead of the release
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-12 21:40:07 +03:00

29 lines
562 B
YAML

name: ups
on:
push:
branches:
- "custom"
schedule:
- cron: "@weekly"
jobs:
ups:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y python3 python3-build python3-requests make
- name: Install ups
run: |
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install
- name: Run ups
run: PATH=~/.local/bin:$PATH ups-check