Skip to content

Replace jsconfig.json by tsconfig.json to fix TS errors #40

Replace jsconfig.json by tsconfig.json to fix TS errors

Replace jsconfig.json by tsconfig.json to fix TS errors #40

Workflow file for this run

name: Ensure consistent coding style and find basic coding errors
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm install
- run: npm run lint