Skip to content

fix importing js configs on windows #63

fix importing js configs on windows

fix importing js configs on windows #63

Workflow file for this run

name: Main
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- develop
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Dependencies
run: npm install
- name: Run eslint
run: npm run lint
- name: Validate types
run: npm run build