Skip to content

Commit

Permalink
GitHub Actions workflow for ESLint. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinoruSekine committed Dec 16, 2023
1 parent a6d5343 commit 6d54406
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ESLint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 6d54406

Please sign in to comment.