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

Use Existing Github Check #17

Open
CalebAlbers opened this issue Jan 15, 2021 · 1 comment
Open

Use Existing Github Check #17

CalebAlbers opened this issue Jan 15, 2021 · 1 comment

Comments

@CalebAlbers
Copy link

Is it possible to run this action without creating a new Check? My goal would be to utilize the existing "test" check instead of creating a new "Eslint Run" check, which clutters up the check list view.

image

@krizzu
Copy link
Owner

krizzu commented Jan 18, 2021

I think so - did you try to add this action to your current pipeline (steps)?

    - name: Lint
      uses: Krizzu/[email protected]
      with:
        ghToken: ${{ secrets.GITHUB_TOKEN }}
        eslintFiles: "lib, scripts"
        eslintConfig: "myConfigs/eslint.config.js",
        eslintExt: "ts, tsx"

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

2 participants