fix(vars): rename DEBUG env var to APP_DEBUG #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Github Workflows syntax" | |
on: | |
pull_request: | |
jobs: | |
workflow-validation: | |
name: Github Action Workflows validation | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 1 | |
- uses: reviewdog/action-actionlint@v1 |