Skip to content

Replace "return R()" with "return" in R() function part deux #945

Replace "return R()" with "return" in R() function part deux

Replace "return R()" with "return" in R() function part deux #945

Workflow file for this run

name: LSLint
on: [push, pull_request,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Download prerequisite: Makopo/lslint"
uses: actions/checkout@v2
with:
repository: "Makopo/lslint"
path: "linter"
- name: "Compile Linter"
run: |
cd linter
make
- name: Run Linting Script
run: |
chmod +x ${{github.workspace}}/run_lslint.sh
${{github.workspace}}/run_lslint.sh ${{github.workspace}}/linter/lslint