Skip to content

Use npm from node image #7

Use npm from node image

Use npm from node image #7

Workflow file for this run

name: Docker Image CI
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: ./node_modules/.bin/eslint **/*.js