add auto-update-check
Some checks failed
Auto-update check / auto_update_check (push) Failing after 3s
Build makedeb package / build_makedeb_pkg (push) Has been cancelled

This commit is contained in:
Jonathan Apodaca 2024-06-12 08:57:06 -06:00
parent b72251c416
commit 181e380fe1
2 changed files with 25 additions and 1 deletions

24
.github/workflows/checkupdates.yaml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Auto-update check
on: [push]
jobs:
auto_update_check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check for updates
uses: https://git.jrop.me/mpr/action-auto-update
# - name: Install makedeb
# env:
# MAKEDEB_RELEASE: 'makedeb'
# TERM: xterm-256color
# run: |
# bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
#
# - name: Build package
# run: makedeb -s --no-confirm

View File

@ -3,7 +3,7 @@ name: Build makedeb package
on: [push] on: [push]
jobs: jobs:
hello_world_job: build_makedeb_pkg:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: