Skip to content

Merge branch 'main' of https://github.com/laws-africa/peachjam into s… #4860

Merge branch 'main' of https://github.com/laws-africa/peachjam into s…

Merge branch 'main' of https://github.com/laws-africa/peachjam into s… #4860

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review # Change reporter.
eslint_flags: 'peachjam/js/'