Skip to content

Commit

Permalink
actions/macos: run homebrew formula lint as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Jul 11, 2023
1 parent 9596093 commit 8a2b764
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
run: eturnalctl info
- name: Stop eturnal service
run: brew services stop eturnal
# - name: Lint formula
# run: brew audit --strict eturnal
- name: Lint formula
## we know, it fails due to non-executables in the /bin directory, but
## we want to see if anything else needs further investigation
continue-on-error: true
run: brew audit --strict eturnal

0 comments on commit 8a2b764

Please sign in to comment.