Skip to content

Commit 02c2768

Browse files
committed
Update TODO
1 parent 0bb42c3 commit 02c2768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
- [x] Use [standard](https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml) `R CMD check`
2929
- [x] Use [lintr](https://github.com/r-lib/actions/blob/master/examples/lint.yaml)
3030
- [x] Faster CI checks
31-
- [ ] Update GitHub Actions from r-lib [examples](https://github.com/r-lib/actions/tree/master/examples)
31+
- [x] Update GitHub Actions from r-lib [examples](https://github.com/r-lib/actions/tree/master/examples)
3232
- [ ] Skip CI checks for changes in only the `docs/` directory
3333
- [ ] Run [test coverage](https://github.com/r-lib/actions/blob/master/examples/test-coverage.yaml)
3434
- [ ] Add GitHub Action for html/link checking using something like [htmlproofer](https://github.com/gjtorikian/html-proofer)
35-
- [ ] Switch to [full](https://github.com/r-lib/actions/blob/master/examples/check-full.yaml) `R CMD check` ?
35+
- [x] Switch to [full](https://github.com/r-lib/actions/blob/master/examples/check-full.yaml) `R CMD check` ?
3636
- [ ] Autobuild `docs/` like [pkgdown](https://github.com/r-lib/actions/blob/master/examples/pkgdown.yaml) ?
3737

3838
## Analysis package release process

0 commit comments

Comments
 (0)