Skip to content

Back to cjs for webpack #20

Back to cjs for webpack

Back to cjs for webpack #20

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Run eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Pwd
run: pwd
- name: Lint
run: yarn lint