Skip to content

Merge pull request #254 from SenteraLLC/fix/zoom #213

Merge pull request #254 from SenteraLLC/fix/zoom

Merge pull request #254 from SenteraLLC/fix/zoom #213

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run linting
run: npm run lint