ups workflow

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-03 23:38:58 +03:00
parent b85aab0565
commit 63f4698c40
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

21
.gitea/workflows/ups.yml Normal file
View File

@ -0,0 +1,21 @@
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