Skip to content

Commit

Permalink
feat: set DEFAULT_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Jun 24, 2024
1 parent 99144e8 commit 06df89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Will parse the entire repository and find all files to validate across all types.
# NOTE: When set to false, only new or edited files will be parsed for validation.
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: false
# Default repository branch when running on GitHub Actions
DEFAULT_BRANCH: main

0 comments on commit 06df89d

Please sign in to comment.