Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not post a comment with error #16

Open
karambirov opened this issue Oct 29, 2020 · 0 comments
Open

Does not post a comment with error #16

karambirov opened this issue Oct 29, 2020 · 0 comments

Comments

@karambirov
Copy link

I've set up a workflow for my project. So when an error occurs CI prints the error to the console but a comment in PR conversation doesn't appear like on your screenshot.

What should I do to have comments with errors in PRs?

My workflow file:

name: Node CI

on: push

jobs:
  typescript-error-reporter:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        node-version: [14.x]
    steps:
      - uses: actions/checkout@v1
      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v1
        with:
          node-version: ${{ matrix.node-version }}
      - name: Install dependencies
        run: npm install
      - name: TypeScript Error Reporter
        uses: andoshin11/[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant