Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Bump actions/checkout from 4 to 6 #351

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #351

Workflow file for this run

name: Danger
on:
pull_request:
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}