mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 02:32:15 +01:00
Added telescope, basic project endpoint, basic filament resources, GitHub actions
This commit is contained in:
6
.github/workflows/pint.yml
vendored
6
.github/workflows/pint.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user