Skip to content

Add debugging step to deploy-staging.yml to verify directory structure #22

Add debugging step to deploy-staging.yml to verify directory structure

Add debugging step to deploy-staging.yml to verify directory structure #22

Workflow file for this run

name: Super-Linter
on:
push:
pull_request:
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Super-Linter
uses: github/super-linter@latest
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: false