Skip to content

First draft of a working terminal. #1

First draft of a working terminal.

First draft of a working terminal. #1

Workflow file for this run

name: frontend-eslint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
with:
workdir: ./frontend
reporter: github-pr-check
fail_on_error: true