Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jan 26, 2024
1 parent b11aed7 commit 9f0e40a
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,5 @@ on:
- cron: '0 0 * * *'

jobs:
src:
runs-on: ubuntu-22.04

strategy:
fail-fast: true

name: Source Code

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
tools: composer:v2
coverage: none

- name: Setup Problem Matches
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP dependencies
run: composer update --prefer-stable --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpstan
tests:
uses: laravel/.github/.github/workflows/static-analysis.yml@main

0 comments on commit 9f0e40a

Please sign in to comment.