Skip to content

fix:mjs output dir building to wrong directory #18

fix:mjs output dir building to wrong directory

fix:mjs output dir building to wrong directory #18

Workflow file for this run

name: ESLint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npx eslint './src/**/*.{js,ts}'