Skip to content

chore: merge in smart-camera-web #154

chore: merge in smart-camera-web

chore: merge in smart-camera-web #154

Workflow file for this run

name: lint
'on':
push:
branches:
- main
pull_request: null
workflow_dispatch: null
jobs:
lint-components:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/components
steps:
- uses: actions/checkout@v4
- name: set node version
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
with:

Check failure on line 22 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 22, Col: 9): Unexpected value 'with' .github/workflows/lint.yml (Line: 38, Col: 9): Unexpected value 'with'
working-directory: ./packages/compnonents
- run: npm run lint
lint-embed:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/embed
steps:
- uses: actions/checkout@v4
- name: set node version
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
with:
working-directory: ./packages/embed
- run: 'npm run lint:html'