borgbackup / homebrew-tap

borgbackup packages for macOS homebrew users
30 stars 8 forks source link

github actions: brew audit is broken #27

Closed ThomasWaldmann closed 1 week ago

ThomasWaldmann commented 1 year ago

Seems like it doesn't take a path or filename any more.

m3nu commented 1 year ago

Yeah, just noticed too.

ThomasWaldmann commented 1 year ago

@m3nu do you know how to fix this easily?

I did some web search, but didn't find a solution.

Just noticed that brew test-bot seems to be popular within such actions.

m3nu commented 1 year ago

I'll see what the canonical way is right now.

ThomasWaldmann commented 10 months ago

Still broken:

Run brew audit --strict borgbackup-fuse.rb
Warning: audit is a developer command, so Homebrew's
developer mode has been automatically turned on.
To turn developer mode off, run:
  brew developer off

Error: Calling brew audit [path ...] is disabled! Use brew audit [name ...] instead.
Error: Process completed with exit code 1.
fasmat commented 1 week ago

Should be fixed by #39

ThomasWaldmann commented 1 week ago

Fixed by #39, thanks @fasmat!