Skip to content

Update

Update #3

Workflow file for this run

name: Update
on:
schedule:
- cron: '0 12 * * 1'
workflow_dispatch:
pr:
description: "Make a pull request"
required: true
default: true
type: boolean
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install R
uses: r-lib/actions/setup-r@v2
- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
- any::stringi

Check failure on line 27 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / Update

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 27, Col: 9): A sequence was not expected
- any::httr
- any::yaml
- name: Get DOI
run: Rscript auto/get.doi.R