Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

add unmaintained notice #13

add unmaintained notice

add unmaintained notice #13

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
eclint:
name: runner / eclint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: eclint-github-pr-check
uses: ./
with:
reporter: github-pr-check
eclint_flags: 'testdata/'
- name: eclint-github-check
uses: ./
with:
reporter: github-check
level: warning
eclint_flags: 'testdata/'
- name: eclint-github-pr-review
uses: ./
with:
reporter: github-pr-review
eclint_flags: 'testdata/'