Skip to content

GitHub Actions workflow for ESLint. #2

GitHub Actions workflow for ESLint.

GitHub Actions workflow for ESLint. #2

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install ESLint
run: yarn add -D eslint
- name: ESLint
run: yarn lint