Skip to content

Fix missing semicolon in logger.debug call #9

Fix missing semicolon in logger.debug call

Fix missing semicolon in logger.debug call #9

Workflow file for this run

name: lint-klaid
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Lint
run: yarn lint