Skip to content

✨ add all products & tests (#183) #730

✨ add all products & tests (#183)

✨ add all products & tests (#183) #730

Workflow file for this run

name: Lint
on:
- push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- name: Install Node.js dependencies
run: npm ci
- name: Test lint
run: npm run lint