Skip to content

diamond operator check gives false positive #2

diamond operator check gives false positive

diamond operator check gives false positive #2

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 }}