fix: set unit with type notify

This commit is contained in:
2026-04-12 10:40:51 +02:00
parent 0b71cf4c42
commit 26ae0ff6fd
5 changed files with 25 additions and 11 deletions

View File

@@ -9,12 +9,10 @@ jobs:
lint_n_build:
runs-on: self-hosted
steps:
- name: Git checkout
uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Build tarball
run: make tarball
- name: Build rpm file
run: rpmbuild -ba "$(make name).spec"
- run: shellcheck files/sbin/netoik_web_notify
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"