Skip to content

use r-cmd-check from add-input-option-workflows branch #548

use r-cmd-check from add-input-option-workflows branch

use r-cmd-check from add-input-option-workflows branch #548

# Run r cmd check
name: call-r-cmd-check
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
# The default build trigger is to run the action on every push and pull request, for any branch
push:
pull_request:
# To run the default repository branch weekly on sunday, uncomment the following 2 lines
#schedule:
#- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/r-cmd-check.yml@add-input-option-workflows
with:
additional_args:
sudo apt-get update

Check failure on line 16 in .github/workflows/call-r-cmd-check.yml

View workflow run for this annotation

GitHub Actions / call-r-cmd-check

Invalid workflow file

The workflow is not valid. .github/workflows/call-r-cmd-check.yml (Line: 16, Col: 9): Invalid input, additional_args is not defined in the referenced workflow.
sudo apt-get install -y libcurl4-openssl-dev
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get install --only-upgrade libstdc++6