Skip to content

Commit

Permalink
Merge pull request #24 from Project-Coda/dev
Browse files Browse the repository at this point in the history
Setup eslint
  • Loading branch information
ikifar2012 authored Jul 28, 2022
2 parents 34d2071 + 12235f3 commit e5566d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: eslint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install eslint
run: npm install -g eslint
- name: Run eslint
run: eslint --ext .js .

0 comments on commit e5566d5

Please sign in to comment.