Skip to content

feat: Filter out events from GPTBot #1435

feat: Filter out events from GPTBot

feat: Filter out events from GPTBot #1435

Workflow file for this run

name: React
on:
- pull_request
jobs:
react:
name: Test with React
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn && yarn build && cd react && yarn test