Skip to content

Bump cookie and express in /documentation #260

Bump cookie and express in /documentation

Bump cookie and express in /documentation #260

Workflow file for this run

name: Lint
on:
push:
branches-ignore: [master]
workflow_dispatch:
jobs:
build:
name: Lint code base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v6.3.0 # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: master
BASH_SEVERITY: error
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
VALIDATE_PYTHON: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_R: true
VALIDATE_YAML: true
CREATE_LOG_FILE: true
LOG_LEVEL: INFO
LINTERS_RULE_PATH: .github/linters