Skip to content

Bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.5 #12

Bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.5

Bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.5 #12

Workflow file for this run

name: StyleLint 🪄
on:
push:
pull_request:
jobs:
eslint:
name: "StyleLint 🎨‌"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run StyleLint
run: npm run stylelint-fix