ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
b85aab0565
commit
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
|
Loading…
x
Reference in New Issue
Block a user