Skip to content

Installed Homebrew and installed Go Lintr using Homebrew in Github ru… #2222

Installed Homebrew and installed Go Lintr using Homebrew in Github ru…

Installed Homebrew and installed Go Lintr using Homebrew in Github ru… #2222

Workflow file for this run

name: Static Analysis
on: [push]
jobs:
Golintr:
name: Go Lintr
runs-on: ubuntu-latest
steps:

Check failure on line 9 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 9
- uses: actions/checkout@v2
-name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install golangci-lint\
run: brew install golangci-lint
- name: Run Go Lintr
run: make lint_go
Rlintr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- name: Lint R Files
run: cd ./scripts && ./lintr.sh