Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
289b851a86
add ups workflow badge to README
All checks were successful
build / build (push) Successful in 9s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-03 23:39:30 +03:00
ngn
63f4698c40
ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-03 23:38:58 +03:00
2 changed files with 22 additions and 0 deletions

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

View File

@ -1,6 +1,7 @@
# 4get | proxy search engine
![](https://git.ngn.tf/ngn/4get/actions/workflows/build.yml/badge.svg)
![](https://git.ngn.tf/ngn/4get/actions/workflows/ups.yml/badge.svg)
A fork of the [4get](https://git.lolcat.ca/lolcat/4get) project, with my
personal changes.