Skip to content

Merge pull request #25 from THEOplayer/feature/8.0 #87

Merge pull request #25 from THEOplayer/feature/8.0

Merge pull request #25 from THEOplayer/feature/8.0 #87

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Run npm
run: npm ci
- name: Check lint
run: npm run lint