Compare commits
2 Commits
b85aab0565
...
289b851a86
Author | SHA1 | Date | |
---|---|---|---|
289b851a86 | |||
63f4698c40 |
21
.gitea/workflows/ups.yml
Normal file
21
.gitea/workflows/ups.yml
Normal 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
|
@ -1,6 +1,7 @@
|
|||||||
# 4get | proxy search engine
|
# 4get | proxy search engine
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user