Skip to content

Update run_devtools_check.yml #2

Update run_devtools_check.yml

Update run_devtools_check.yml #2

name: Run Devtools Check
on: push
jobs:
Run Devtools Check:

Check failure on line 5 in .github/workflows/run_devtools_check.yml

View workflow run for this annotation

GitHub Actions / Run Devtools Check

Invalid workflow file

The workflow is not valid. .github/workflows/run_devtools_check.yml (Line: 5, Col: 3): The identifier 'Run Devtools Check' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
container: ghcr.io/wacl-york/eddy4r.york:0.1
steps:
- run: R -e "devtools::check()"