Skip to content

Commit

Permalink
ci: disable psalm for now
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed May 16, 2024
1 parent d711e5f commit 1436a78
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@ jobs:
- name: Run PHP CS Fixer
run: nix develop --impure .#ci_lowest -c php-cs-fixer fix --diff --dry-run

psalm:
name: Psalm
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Nix
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6

- name: Prepare Nix shell
run: nix develop --impure .#ci_lowest

- name: Download dependencies
run: nix develop --impure .#ci_lowest -c composer update --no-interaction --no-progress

- name: Run Psalm
run: nix develop --impure .#ci_lowest -c psalm --no-progress --root $PWD --output-format=github
# psalm:
# name: Psalm
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
#
# - name: Set up Nix
# uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
# with:
# extra_nix_config: |
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
#
# - name: Set up magic Nix cache
# uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6
#
# - name: Prepare Nix shell
# run: nix develop --impure .#ci_lowest
#
# - name: Download dependencies
# run: nix develop --impure .#ci_lowest -c composer update --no-interaction --no-progress
#
# - name: Run Psalm
# run: nix develop --impure .#ci_lowest -c psalm --no-progress --root $PWD --output-format=github

0 comments on commit 1436a78

Please sign in to comment.