Compare commits

..

No commits in common. "289b851a867ebe577b86e9386ba28d9368e1a2d3" and "b85aab056564bd44344de9f74899c344cb1bf530" have entirely different histories.

2 changed files with 0 additions and 22 deletions

View File

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