Skip to content

Commit

Permalink
lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
HellenMelon committed Aug 23, 2024
1 parent 6b818da commit 7cb8e91
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
run: yarn install

- name: Run EsLint
working-directory: frontend
run: yarn lint

0 comments on commit 7cb8e91

Please sign in to comment.