mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 09:19:30 -04:00
docs: update run-linter-locally.md (#6326)
Some checks are pending
Publish Images / Build and Test (push) Waiting to run
Publish Images / Release (push) Blocked by required conditions
Build and Test / Set build metadata (push) Waiting to run
Build and Test / Build and Test (push) Blocked by required conditions
Build and Test / Test the Super-linter GitHub Action (push) Blocked by required conditions
Build and Test / Build test suite matrix (push) Waiting to run
Build and Test / Run test cases (push) Blocked by required conditions
Build and Test / Check if all the tests passed (push) Blocked by required conditions
Build and Test / preview-release-notes (push) Waiting to run
Lint commit / commitlint (push) Waiting to run
Some checks are pending
Publish Images / Build and Test (push) Waiting to run
Publish Images / Release (push) Blocked by required conditions
Build and Test / Set build metadata (push) Waiting to run
Build and Test / Build and Test (push) Blocked by required conditions
Build and Test / Test the Super-linter GitHub Action (push) Blocked by required conditions
Build and Test / Build test suite matrix (push) Waiting to run
Build and Test / Run test cases (push) Blocked by required conditions
Build and Test / Check if all the tests passed (push) Blocked by required conditions
Build and Test / preview-release-notes (push) Waiting to run
Lint commit / commitlint (push) Waiting to run
Add information about the DEFAULT_BRANCH variable Close #5472
This commit is contained in:
parent
a373ff1396
commit
b354da5267
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ Notes:
|
||||||
- If you want to override the `/tmp/lint` folder, you can set the
|
- If you want to override the `/tmp/lint` folder, you can set the
|
||||||
`DEFAULT_WORKSPACE` environment variable to point to the folder you'd prefer
|
`DEFAULT_WORKSPACE` environment variable to point to the folder you'd prefer
|
||||||
to scan.
|
to scan.
|
||||||
|
- If the default branch for your repository doesn't match the default, you can
|
||||||
|
use the `DEFAULT_BRANCH` variable to set the default branch. For more
|
||||||
|
information about the default value of the `DEFAULT_BRANCH` variable, see the
|
||||||
|
[README](../README.md).
|
||||||
- You can add as many configuration options as needed. Configuration options are
|
- You can add as many configuration options as needed. Configuration options are
|
||||||
documented in the [readme](../README.md#configure-super-linter).
|
documented in the [readme](../README.md#configure-super-linter).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue