Skip to content

Room fix

Room fix #270

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches: [main]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}