Skip to content

Update index.ts

Update index.ts #850

Workflow file for this run

name: reviewdog
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: |
yarn install
- uses: reviewdog/action-setup@v1
- name: Run eslint
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run: |

Check failure on line 28 in .github/workflows/reviewdog.yml

View workflow run for this annotation

GitHub Actions / reviewdog

Invalid workflow file

The workflow is not valid. .github/workflows/reviewdog.yml (Line: 28, Col: 7): Unexpected value 'run' .github/workflows/reviewdog.yml (Line: 25, Col: 7): Required property is missing: uses
yarn workspace megalodon lint | reviewdog -f=eslint -reporter=github-pr-review -fail-on-error=true