Compare commits
No commits in common. "289b851a867ebe577b86e9386ba28d9368e1a2d3" and "b85aab056564bd44344de9f74899c344cb1bf530" have entirely different histories.
289b851a86
...
b85aab0565
@ -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
|
Loading…
x
Reference in New Issue
Block a user