Skip to content

Implementation of user profile, authentication and watch list #9

Implementation of user profile, authentication and watch list

Implementation of user profile, authentication and watch list #9

Workflow file for this run

---
name: Linting
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pint:
name: 🧹 Laravel Pint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: 🚀 Change directory to cineboo-api
run: cd cineboo-api
- name: 🚀 Run Laravel Pint
uses: aglipanci/[email protected]
with:
preset: laravel
verboseMode: true
testMode: true