Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Nov 18, 2023
1 parent 94efea3 commit 34a5307
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [push]

jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6

- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: admin/ class/ core/ lib/

0 comments on commit 34a5307

Please sign in to comment.