Skip to content

Commit

Permalink
Update namcap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba authored Oct 17, 2023
1 parent be15ab8 commit 8088e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/namcap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
-w ${{ github.workspace }}
archlinux:latest
bash -c "
pacman -Sy --noconfirm namcap || true &&
namcap ./PKGBUILD 2>&1 | tee namcap.log &&
pacman -Sy --noconfirm namcap &&
namcap ./PKGBUILD 2>&1 | tee namcap.log || true &&
set -euo pipefail &&
grep -vz ' E: ' namcap.log
"

0 comments on commit 8088e59

Please sign in to comment.