Skip to content

Commit f1d0693

Browse files
Bump super-linter/super-linter from 8.1.0 to 8.2.0 (#174)
* Bump super-linter/super-linter from 8.1.0 to 8.2.0 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Disable biome format and lint validation in CI workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent 550582d commit f1d0693

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Lint Code Base
30-
uses: super-linter/super-linter/slim@v8.1.0
30+
uses: super-linter/super-linter/slim@v8.2.0
3131
env:
3232
DEFAULT_BRANCH: main
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -36,6 +36,8 @@ jobs:
3636
VALIDATE_MARKDOWN_PRETTIER: false
3737
VALIDATE_CHECKOV: false
3838
VALIDATE_GIT_COMMITLINT: false
39+
VALIDATE_BIOME_FORMAT: false
40+
VALIDATE_BIOME_LINT: false
3941

4042
dependabot:
4143
name: Dependabot auto-merge

0 commit comments

Comments
 (0)