Skip to content

Made eq attribute of standard objects int and float to meet the standards (IEEE 754) #367

Made eq attribute of standard objects int and float to meet the standards (IEEE 754)

Made eq attribute of standard objects int and float to meet the standards (IEEE 754) #367

Workflow file for this run

name: GPT-code-review
on:
pull_request:
branches: [master]
permissions:
pull-requests: write
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install code-review-gpt
if: ${{ false }}
- run: npx code-review-gpt review --ci=github
if: ${{ false }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_SHA: ${{ github.sha }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}