Results 1 comments of Dereck Quock

got this working by adding `@babel/plugin-transform-flow-strip-types` to `plugins` in babel config and I'm _not_ using the github action: ```sh - name: Danger JS run: npx danger ci env: GITHUB_TOKEN: ${{...