Skip to content

Conversation

@7-zete-7
Copy link
Contributor

@7-zete-7 7-zete-7 commented Nov 30, 2025

Since actionlint v1.7.9 (see https://github.com/rhysd/actionlint/releases/tag/v1.7.9) using constants in if is now considered an error.

With this PR, I propose to ignore the error about using the constant false in an if for the file .github/workflows/ci.yaml.

@7-zete-7 7-zete-7 force-pushed the fix/superlinter-github-actions branch from 0859042 to 6b800b8 Compare November 30, 2025 21:55
@7-zete-7 7-zete-7 force-pushed the fix/superlinter-github-actions branch from 6b800b8 to 3fff4ef Compare November 30, 2025 22:11
@7-zete-7
Copy link
Contributor Author

CI / Tests failed due the #873.

@7-zete-7 7-zete-7 marked this pull request as ready for review November 30, 2025 22:14
@7-zete-7 7-zete-7 changed the title fix(lint): ignore always-false condition errors in ci workflow fix(lint): Ignore always-false condition errors in ci workflow Nov 30, 2025
- name: Lint Code Base
uses: super-linter/super-linter/slim@v8
env:
GITHUB_ACTIONS_CONFIG_FILE: actionlint.yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

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

By default, Super-Linter uses the actionlint.yml configuration file for actionlint. This repository uses the .yaml extension for YAML files.

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.

1 participant