Skip to content

Commit

Permalink
Delete rchk (#854)
Browse files Browse the repository at this point in the history
It is broken, so it is better to remove it.
  • Loading branch information
gaborcsardi authored May 8, 2024
1 parent 01f4d51 commit 514fd75
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 144 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ You can refer to these as well in your workflow files if you need to.
1. [r-lib/actions/check-r-package](https://github.com/r-lib/actions/tree/v2/check-r-package) - Runs `R CMD check` on an R package
1. [r-lib/actions/pr-fetch](https://github.com/r-lib/actions/tree/v2/pr-fetch) - Fetches changes of a PR associated with an event
1. [r-lib/actions/pr-push](https://github.com/r-lib/actions/tree/v2/pr-push) - Pushes changes to a PR associated with an event
1. [r-lib/actions/run-rchk](https://github.com/r-lib/actions/tree/v2/run-rchk) - Runs [rchk](https://github.com/kalibera/rchk) tests to detect memory protection errors in C source code

## Other GitHub Actions for R projects

Expand Down
50 changes: 0 additions & 50 deletions run-rchk/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions run-rchk/action.yml

This file was deleted.

23 changes: 0 additions & 23 deletions run-rchk/run.sh

This file was deleted.

39 changes: 0 additions & 39 deletions run-rchk/setup.sh

This file was deleted.

0 comments on commit 514fd75

Please sign in to comment.