ci: fix shellcheck targets

This commit is contained in:
2026-02-17 02:02:59 +01:00
parent 34279dd21c
commit 051c806332

View File

@@ -12,7 +12,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v6
- name: Lint shell scripts
run: shellcheck files/sbin/certbot-renew.service files/sbin/certbot-renew.timer
run: shellcheck files/systemd/certbot-renew.service files/systemd/certbot-renew.timer
- name: Build tarball
run: make tarball
- name: Build rpm file