Skip to content

Commit

Permalink
add GA action screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jan 12, 2024
1 parent eac3036 commit 9a01d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions vignettes/articles/validate-pr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ The pertinent section of the workflow is:
```
where `validate_pr()` is called on the contents of the current Pull Request, the results (an S3 `<hub_validations>` class object) is stored in `v` and then `check_for_errors()` used to signal whether overall validations have passed or failed and summarise any validation failures.

Here's an example of what the workflow looks like on GitHub

```{r, echo=FALSE}
knitr::include_graphics("assets/ga-action-screenshot.png")
```


### Skipping submission window checks

Expand Down

0 comments on commit 9a01d0e

Please sign in to comment.