[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix workflow perms

VisruthSK 52e9d13e 48a4e340

+3 -1
+3 -1
.github/workflows/test-coverage.yaml
··· 7 7 8 8 name: test-coverage.yaml 9 9 10 - permissions: read-all 10 + permissions: 11 + contents: read 12 + id-token: write 11 13 12 14 jobs: 13 15 test-coverage: