Skip to content

Update Docker repo to aaronskiba/roadmap #130

Update Docker repo to aaronskiba/roadmap

Update Docker repo to aaronskiba/roadmap #130

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.15.1'
cache: 'yarn'
# Run yarn install for JS dependencies
- name: 'Yarn Install'
run: yarn install
- name: 'Run ESLint'
run: yarn run eslint app/javascript/**/*.js --ext .js