Skip to content

[PHW-185] Upgrade nib infrastructure #58

[PHW-185] Upgrade nib infrastructure

[PHW-185] Upgrade nib infrastructure #58

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- master
jobs:
danger:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 10
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run Danger checks
uses: MeilCli/danger-action@v5.5.15
with:
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}