Skip to content

fix: accept a custom-field create response with no object field #93

fix: accept a custom-field create response with no object field

fix: accept a custom-field create response with no object field #93

Workflow file for this run

name: Code Scanning
on:
pull_request:
push:
branches: [main]
jobs:
code-scanning:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3