Skip to content

invalid yml

invalid yml #32

Workflow file for this run

name: Autoreconf Dist
on:
push:
branches: [ dev ]
jobs:
autoreconf:
runs-on: ubuntu-latest
steps:
- name: Checkout Dev Branch
uses: actions/checkout@v2
with:
ref: 'dev'
- name: Set up Autotools
run: sudo apt-get update && sudo apt-get install -y autoconf r-base r-cran-rcppeigen r-cran-rcppprogress g++ libeigen3-dev python3-pybind11 libgsl-dev
- name: Run autoreconf
run: autoreconf -fiv && ./configure
- name: Rcpp compileAttributes
run: Rscript -e Rcpp::compileAttributes()
- name: Push to Main Branch
run: |

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

View workflow run for this annotation

GitHub Actions / .github/workflows/autoreconf.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add configure DESCRIPTION VERSION docs/sphinx/conf.py
git add src/RcppExports.cpp R/RcppExports.R
git rm -f DESCRIPTION.in
git commit -m "Auto-update Autotools files" || echo "No changes to commit"
git push origin HEAD:main -f