ngn 2614ef60bf
Some checks failed
build / build (push) Successful in 9s
ups / build (push) Failing after 6s
fix workflow syntax
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-03 23:41:31 +03:00

22 lines
429 B
YAML

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