mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
Added basic models and factories
This commit is contained in:
11
.github/workflows/pint.yml
vendored
Normal file
11
.github/workflows/pint.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: PHP Linting
|
||||
on: push
|
||||
jobs:
|
||||
pint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: "laravel-pint"
|
||||
uses: aglipanci/laravel-pint-action@2.0.0
|
||||
with:
|
||||
configPath: "pint.json"
|
||||
Reference in New Issue
Block a user