Skip to content

Bump symfony/string from 5.4.41 to 5.4.42 #1025

Bump symfony/string from 5.4.41 to 5.4.42

Bump symfony/string from 5.4.41 to 5.4.42 #1025

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 }}