Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Update dependency com.google.truth:truth to v1.1.5 - autoclosed #283

Update dependency com.google.truth:truth to v1.1.5 - autoclosed

Update dependency com.google.truth:truth to v1.1.5 - autoclosed #283

Workflow file for this run

name: Danger
on:
pull_request:
branches:
- main
jobs:
danger:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: MeilCli/danger-action@v5
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}