summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644
index fad6051..0000000
--- a/.github/workflows/lint.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-on:
- push:
- branches: [ "main" ]
- pull_request:
- branches: [ "main" ]
-name: Lint
-jobs:
- lint:
- name: Lint
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v2
-
- - name: Set up php 8.3
- uses: shivammathur/setup-php@v2
- with:
- php-version: "8.3"
-
- - name: Set-up Composer
- uses: php-actions/composer@v6
-
- - name: Run phpstan
- run: ./vendor/bin/phpstan