This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
build(deps): bump follow-redirects from 1.15.2 to 1.15.5 #2691
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: (GitHub Actions) Danger | |
on: | |
pull_request: | |
branches: | |
- '**' | |
- '!main' | |
jobs: | |
build: | |
name: Danger JS | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Danger | |
uses: danger/danger-js@11.2.6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
DANGER_DISABLE_TRANSPILATION: true |