Skip to content

Bump infection/infection from 0.27.10 to 0.27.11 #471

Bump infection/infection from 0.27.10 to 0.27.11

Bump infection/infection from 0.27.10 to 0.27.11 #471

Workflow file for this run

name: "Danger JS"
on: [pull_request]
jobs:
danger:
name: Danger JS
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Danger
uses: docker://ghcr.io/danger/danger-js:10.6.6
env:
DANGER_DISABLE_TRANSPILATION: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}