neovim-bin/.github/workflows/checkupdates.yaml
Jonathan Apodaca 6c5337744f
Some checks failed
Auto-update check / hello_world_job (push) Failing after 3s
Build makedeb package / hello_world_job (push) Has been cancelled
add auto-update-check
2024-06-12 08:57:51 -06:00

25 lines
514 B
YAML

name: Auto-update check
on: [push]
jobs:
hello_world_job:
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