ci: fix shellcheck target

This commit is contained in:
2026-02-17 02:04:42 +01:00
parent 051c806332
commit 5c57534ab9

View File

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