Skip to content

Bump symfony/config from 5.4.39 to 5.4.40 #993

Bump symfony/config from 5.4.39 to 5.4.40

Bump symfony/config from 5.4.39 to 5.4.40 #993

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@v3
- name: Danger
uses: danger/[email protected]
env:
DANGER_DISABLE_TRANSPILATION: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}