Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 449 check client urls (#460) * add github action and script to check front end urls on front end production * fix name * use stringr functions Co-authored-by: Joshua Shapiro <[email protected]> * move strsplit outside of loop Co-authored-by: Joshua Shapiro <[email protected]> * use any + stringr:str_detect Co-authored-by: Joshua Shapiro <[email protected]> * append -> c * fix url source * test the action on this push * remove testing hook * add one more test that should fail * test on push * making sure it used the correct list * unique the expected files * add missing semicolon * fix how path ids are merged into the missing list * R style points * remove testing event hook Co-authored-by: Joshua Shapiro <[email protected]> * 449 check client urls (#468) * add github action and script to check front end urls on front end production * fix name * use stringr functions Co-authored-by: Joshua Shapiro <[email protected]> * move strsplit outside of loop Co-authored-by: Joshua Shapiro <[email protected]> * use any + stringr:str_detect Co-authored-by: Joshua Shapiro <[email protected]> * append -> c * fix url source * test the action on this push * remove testing hook * add one more test that should fail * test on push * making sure it used the correct list * unique the expected files * add missing semicolon * fix how path ids are merged into the missing list * R style points * remove testing event hook * use the production links list Co-authored-by: Joshua Shapiro <[email protected]> Co-authored-by: Joshua Shapiro <[email protected]>
- Loading branch information