Skip to content

Commit

Permalink
updated systemd-analyze.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 9, 2024
1 parent 6bfdbbe commit 741eb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/systemd-analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
- name: Systemd Analyze
run: |
find . -name '*.service' -type f |
xargs -L 1 systemd-analyze verify
xargs -I {} sh -c 'systemd-analyze verify {} || exit 1'

0 comments on commit 741eb07

Please sign in to comment.