Skip to content

Commit

Permalink
eslint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Nov 26, 2024
1 parent 03607dd commit fca0f84
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Eslint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run eslint . --ext .mjs

0 comments on commit fca0f84

Please sign in to comment.