Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
JS -> JavaScript
  • Loading branch information
sarutak committed May 12, 2021
commit 946dd274680b831ec7e9fcebb80e1d11cfdf42f2
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
Rscript -e "install.packages(c('devtools'), repos='https://cloud.r-project.org/')"
Rscript -e "devtools::install_github('jimhester/[email protected]')"
./R/install-dev.sh
- name: Instll JS linter dependencies
- name: Instll JavaScript linter dependencies
run: |
apt update
apt-get install -y nodejs npm
Expand Down