Skip to content

Merge branch 'main' into Optimize-website-for-printing #14

Merge branch 'main' into Optimize-website-for-printing

Merge branch 'main' into Optimize-website-for-printing #14

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Setup Node.js environment
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Eslint Check
run: npx eslint .