Skip to content

Feat/register user last login resolves #99 #2

Feat/register user last login resolves #99

Feat/register user last login resolves #99 #2

Workflow file for this run

name: PHP Linting (Pint)
on:
workflow_dispatch:
pull_request:
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Pinting
uses: aglipanci/laravel-pint-action@2.0.0
with:
configPath: "pint.json"
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true