ngn 3a704b5d73
Some checks failed
ups / ups (push) Failing after 13s
fix ups workflow package names
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-12 19:04:50 +03:00

26 lines
498 B
YAML

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