Skip to content

Commit

Permalink
Add a name, try 'ls'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 15, 2024
1 parent a23891d commit 3c398bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rchk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
- master
pull_request:

name: 'rchk'

jobs:
rchk:
runs-on: ubuntu-latest
Expand All @@ -30,10 +32,11 @@ jobs:
r-version: 'devel'
- name: Build
run: |
ls
R CMD build --no-build-vignettes .
mkdir packages
mv data.table_*.tar.gz packages
- name: rchk
- name: Run rchk
run: |
docker run -v `pwd`/packages:/rchk/packages kalibera/rchk:latest /rchk/packages/data.table_*.tar.gz |& tee rchk.out
- name: Confirm that rchk has no errors
Expand Down

0 comments on commit 3c398bf

Please sign in to comment.