Skip to content

prohibit private constructors if they are not used in the class #4

prohibit private constructors if they are not used in the class

prohibit private constructors if they are not used in the class #4

Workflow file for this run

---
name: reports-check
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tracehubpm/reports-check-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
#deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}
openai_token: ${{ secrets.OPENAI_TOKEN }}