Skip to content

Bump phpstan/phpstan from 2.1.17 to 2.1.22 #151

Bump phpstan/phpstan from 2.1.17 to 2.1.22

Bump phpstan/phpstan from 2.1.17 to 2.1.22 #151

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