ngn d4cb695a2d
Some checks failed
build / build (push) Successful in 12s
ups / build (push) Failing after 6s
attempt to fix the ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-12 18:43:35 +03:00

25 lines
477 B
YAML

name: ups
on:
push:
branches:
- "custom"
schedule:
- cron: "@weekly"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: "https://github.com/actions/checkout@v4"
- name: Install ups
run: |
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