Skip to content

botw-schedule - use <attribute>_was https://stackoverflow.com/questio… #29

botw-schedule - use <attribute>_was https://stackoverflow.com/questio…

botw-schedule - use <attribute>_was https://stackoverflow.com/questio… #29

Workflow file for this run

name: ESLint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22.11.0"
cache: "npm"
- name: Install JS dependencies
run: npm install --legacy-peer-deps
- name: Run Linter
run: npx eslint -c eslint.config.js .