Skip to content

Update tests/e2e/api-interface.spec.ts #116

Update tests/e2e/api-interface.spec.ts

Update tests/e2e/api-interface.spec.ts #116

Workflow file for this run

name: Run ESLint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 17.x
uses: actions/setup-node@v2
with:
node-version: 17.x
cache: 'npm'
- run: npm ci
- run: npm run eslint