Skip to content

Fix Code Generation with GYB #433

Fix Code Generation with GYB

Fix Code Generation with GYB #433

Workflow file for this run

name: "Danger Swift"
on:
pull_request:
types: [ opened, synchronize, edited ]
jobs:
danger-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Danger
uses: danger/[email protected]
with:
args: --failOnErrors --no-publish-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}