Skip to content

Added note setup to actions #5

Added note setup to actions

Added note setup to actions #5

Workflow file for this run

name: Eslint Check
on:
push:
branches:
- '*'
- '!main'
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Eslint Check
run: npx eslint .