Skip to content

fix es indexing, related post list #3

fix es indexing, related post list

fix es indexing, related post list #3

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/browser
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx