We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c3118 commit d1b81c7Copy full SHA for d1b81c7
.github/workflows/lint.yml
@@ -38,5 +38,5 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
VALIDATE_ALL_CODEBASE: false
41
- DEFAULT_BRANCH: main
42
- EDITORCONFIG_FILE_NAME: .editorconfig
+ DEFAULT_BRANCH: origin/main
+ EDITORCONFIG_FILE_NAME: ${{ github.workspace }}/.editorconfig
0 commit comments