Skip to content

Commit ca3e225

Browse files
committed
update NEWS
1 parent 54326d7 commit ca3e225

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
workflow: R-CMD-check.yaml
3939
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
40-
40+
4141
- uses: actions/checkout@v2
4242

4343
- uses: r-lib/actions/setup-r@v1

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
workflow: R-CMD-check.yaml
2323
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
24-
24+
2525
- uses: actions/checkout@v2
2626

2727
- uses: r-lib/actions/setup-r@master

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Items for next release go here
22

3+
* Switch unit tests from Travis to GitHub Actions. (#164)
34

45
# loo 2.4.1
56

0 commit comments

Comments
 (0)