This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Pull Request Validation
gabcoelho edited this page Jan 7, 2021
·
7 revisions
This process is responsible for validating all PRs opened for Beagle. The purpose of this workflow is verify if the pull request complies with all established rules to collaborate with Beagle.
You can see it more detailed in the workflow file.
This workflow will be executed every time a pull request
event occurs in master
branch.
This workflow defines a job called danger-pr
witch contains the following steps:
It uses the github action cache for caching fastlane dependencies and build outputs to improve workflow execution time.
Installs fastlane and its plugins.
Execute the run_danger lane from fastlane using pr Dangerfile.