Added telescope, basic project endpoint, basic filament resources, GitHub actions

This commit is contained in:
Constantin Graf
2024-01-28 18:57:28 +01:00
parent e4f0eac834
commit e60e502612
80 changed files with 2563 additions and 135 deletions

View File

@@ -4,8 +4,10 @@ jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Check code style"
uses: aglipanci/laravel-pint-action@2.0.0
with:
configPath: "pint.json"