Skip to content

FEAT/ADDED-TESTIDS Added a few test ids #160

FEAT/ADDED-TESTIDS Added a few test ids

FEAT/ADDED-TESTIDS Added a few test ids #160

Workflow file for this run

name: Lint files
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run lint