Skip to content

Merge branch 'develop' of https://github.com/lightspeedwp/.github int… #52

Merge branch 'develop' of https://github.com/lightspeedwp/.github int…

Merge branch 'develop' of https://github.com/lightspeedwp/.github int… #52

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [develop]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run check