Skip to content

build(deps): bump send and express in /backend #560

build(deps): bump send and express in /backend

build(deps): bump send and express in /backend #560

Workflow file for this run

---
name: Linter
on: # yamllint disable-line rule:truthy
pull_request: null
permissions: {}
jobs:
build:
name: Linter
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/[email protected] # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.yml
# Remove JS Standard and TS Standard linting config in favour of esconfig
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_GITHUB_ACTIONS: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_SQLFLUFF: false
VALIDATE_JSCPD: false
VALIDATE_RUBY: false
VALIDATE_MARKDOWN: false
VALIDATE_NATURAL_LANGUAGE: false