Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit17 committed Mar 28, 2024
1 parent 87089ab commit c2e327f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ runs:
Linux)
sudo apt-get update
sudo apt-get -y install libperl-critic-perl perltidy zlib1g-dev
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
add-apt-repository ppa:ondrej/php
sudo apt install -y php8.0-fpm php8.0-xml php8.0-mbstring php8.0-curl
;;
macOS)
brew install cpm
Expand Down
3 changes: 2 additions & 1 deletion linters/phpstan/phpstan.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { linterCheckTest } from "tests";
import { skipOS } from "tests/utils";

linterCheckTest({ linterName: "phpstan" });
linterCheckTest({ linterName: "phpstan", skipTestIf: skipOS(["win32", "macOS"]) });

0 comments on commit c2e327f

Please sign in to comment.