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

Pull Request Validation

paulomeurerzup edited this page Jan 4, 2021 · 7 revisions

This workflow runs every time a pull request event occurs for main branch. The purpose of this workflow is verify if the pull request is comply with all established rules to collaborate with Beagle.

This workflow runs the following steps:

  • Load fastlane dependencies cache
  • Install fastlane and its dependencies
  • Execute the run_danger lane from fastlane using Dangerfile located on folder ./danger/pr.

You can see it more detailed in the workflow file.