Skip to content

Remove extra eslintrc and fix style #12

Remove extra eslintrc and fix style

Remove extra eslintrc and fix style #12

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
name: "Checkin"
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "npm ci"
run: npm ci
- name: "Lint"
run: npm run lint