Skip to content

Removed the R version from static.yml and explicitly installed qpdf t… #2218

Removed the R version from static.yml and explicitly installed qpdf t…

Removed the R version from static.yml and explicitly installed qpdf t… #2218

Workflow file for this run

name: Static Analysis
on: [push]
jobs:
Golintr:
name: Go Lintr
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Install golangci-lint\
run: brew install golangci-lint
- name: Run Go Lintr
run: make lint_go
Rlintr:
runs-on: macOS-latest
steps:

Check failure on line 17 in .github/workflows/static.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: actions/checkout@v2
- name: Update Homebrew
run: brew update
- name: Install qpdf
run: brew install qpdf
- uses: r-lib/actions/setup-r@v2
- name: Lint R Files
run: cd ./scripts && ./lintr.sh