We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54326d7 commit ca3e225Copy full SHA for ca3e225
.github/workflows/R-CMD-check.yaml
@@ -37,7 +37,7 @@ jobs:
37
token: ${{ secrets.GITHUB_TOKEN }}
38
workflow: R-CMD-check.yaml
39
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
40
-
+
41
- uses: actions/checkout@v2
42
43
- uses: r-lib/actions/setup-r@v1
.github/workflows/codecov.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
- uses: r-lib/actions/setup-r@master
NEWS.md
@@ -1,5 +1,6 @@
1
# Items for next release go here
2
3
+* Switch unit tests from Travis to GitHub Actions. (#164)
4
5
# loo 2.4.1
6
0 commit comments