Workflow config file is invalid. Please check your config file: yaml: line 5: found character that cannot start any token
ngn 63f4698c40
ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-03 23:38:58 +03:00

22 lines
427 B
YAML

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