Skip to content

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #80

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #80

Workflow file for this run

name: Danger
on:
pull_request:
branches:
- '*'
jobs:
danger:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- uses: MeilCli/danger-action@v6
with:
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}