Skip to content

Merge pull request #91 from feature/adapt_student_model_following_pro… #98

Merge pull request #91 from feature/adapt_student_model_following_pro…

Merge pull request #91 from feature/adapt_student_model_following_pro… #98

Workflow file for this run

name: PHP Linting (Pint)
on:
push:
branches:
- develop
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/[email protected]
with:
preset: per
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true