Remove super-linter by bdehamer · Pull Request #690 · actions/attest-build-provenance · GitHub
Skip to content

Remove super-linter - #690

Merged
bdehamer merged 1 commit into
mainfrom
bdehamer/lint-refactor
Aug 26, 2025
Merged

bdehamer merged 1 commit into
mainfrom
bdehamer/lint-refactor

Conversation

@bdehamer

Copy link
Copy Markdown
Collaborator

Removes the super-linter action and refactors the eslint config.

Linting is still handled as part of ci workflow.

Signed-off-by: Brian DeHamer <bdehamer@github.com>
Copilot AI review requested due to automatic review settings August 26, 2025 23:38
@bdehamer
bdehamer requested a review from a team as a code owner August 26, 2025 23:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the super-linter GitHub Action and consolidates linting configuration by moving TypeScript config and command paths to the project root.

  • Removes the dedicated linter workflow that used super-linter
  • Moves TypeScript linting configuration from .github/linters/ to project root
  • Updates package.json scripts to use simplified eslint and markdownlint commands

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tsconfig.lint.json New TypeScript config for linting moved from .github/linters/
package.json Updated lint scripts to use simplified paths without .github/linters/
eslint.config.mjs Updated to reference new tsconfig.lint.json location and ignore itself
.github/workflows/linter.yml Removed entire super-linter workflow
.github/linters/tsconfig.json Removed old TypeScript config file
.github/linters/.yaml-lint.yml Removed yaml linter configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread package.json
@bdehamer
bdehamer merged commit 8ee7163 into main Aug 26, 2025
5 checks passed
@bdehamer
bdehamer deleted the bdehamer/lint-refactor branch August 26, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants