ngn 23cbbf402a
Some checks failed
ups / ups (push) Failing after 13s
attempt to fix the ups workflow again
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-12 19:02:19 +03:00

26 lines
504 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 python-build python-requests make
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install
- name: Run ups
run: ups-check