Skip to content

chore(info.xml): canonicalize PHP min, NC version range, licence spelling #175

chore(info.xml): canonicalize PHP min, NC version range, licence spelling

chore(info.xml): canonicalize PHP min, NC version range, licence spelling #175

name: Lint Check
on:
pull_request:
branches:
- development
- main
- beta
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Linting
run: npm run lint