Skip to content

Update deploy-staging.yml #61

Update deploy-staging.yml

Update deploy-staging.yml #61

Workflow file for this run

# .github/workflows/superlinter.yml
name: Super-Linter
on:
push:
branches:
- main
pull_request:
permissions:
contents: read # needed to checkout your code
statuses: write # needed to post status checks back to GitHub
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Super-Linter
uses: github/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
# disable the linters that are failing your codebase:
DISABLE_LINTERS: >-
MARKDOWN,
JAVASCRIPT_STANDARD,
CHECKOV,
PYTHON_BLACK,
PYTHON_PYLINT