Skip to content

docs(c8yscrn): Updated and fixed doc for c8yscrn #150

docs(c8yscrn): Updated and fixed doc for c8yscrn

docs(c8yscrn): Updated and fixed doc for c8yscrn #150

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint