Skip to content

Bump danger from 9.4.0 to 9.4.1 #174

Bump danger from 9.4.0 to 9.4.1

Bump danger from 9.4.0 to 9.4.1 #174

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Danger
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled, edited]
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
jobs:
main:
name: Review, Lint, Verify
runs-on: macos-12
steps:
- name: git checkout
uses: actions/checkout@v4
- name: ruby versions
run: |
ruby --version
gem --version
bundler --version
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
run: bundle exec danger --verbose