Skip to content

Update workflows

Update workflows #26

Workflow file for this run

name: Super-Linter
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Super-Linter needs full git history to detect changed files
fetch-depth: 0

Check failure on line 20 in .github/workflows/linter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: Run Super-Linter
uses: [super-linter/super-linter@v7](https://github.com/marketplace/actions/super-linter)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_R: true
DEFAULT_BRANCH: main
FILTER_REGEX_INCLUDE: R/.*|tests/.*\.R