Skip to content

Commit

Permalink
added yml file for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HellenMelon committed Aug 23, 2024
1 parent 44474fd commit 6348adf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint

on: [push]

jobs:
eslint:
name: linting
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v1

- name: Install packages
- working-directory: frontend
- uses: npm i

- name: Run EsLint
- working-directory: frontend
- uses: npm run lint

0 comments on commit 6348adf

Please sign in to comment.