Skip to content

feat: support php 8.4 and other improvements #183

feat: support php 8.4 and other improvements

feat: support php 8.4 and other improvements #183

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- "**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint