Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: super-linter support #26

Merged
merged 1 commit into from
Dec 22, 2023
Merged

feat: super-linter support #26

merged 1 commit into from
Dec 22, 2023

Conversation

jhatler
Copy link
Owner

@jhatler jhatler commented Dec 22, 2023

This adds a GitHub workflow that runs super-linter on all PRs. It
configures super-linter using the super-linter.env file which sets env
vars for the linter. It also adds a script to run the linter locally
using the same env vars. A VSCode task was added which runs the script.

Finally, a .editorconfig file was added to ensure the linting and editor
settings are the same.

Refs: #22
Signed-off-by: Jaremy Hatler hatler.jaremy@gmail.com

This adds a GitHub workflow that runs super-linter on all PRs. It
configures super-linter using the super-linter.env file which sets env
vars for the linter. It also adds a script to run the linter locally
using the same env vars. A VSCode task was added which runs the script.

Finally, a .editorconfig file was added to ensure the linting and editor
settings are the same.

Refs: #22
Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
@jhatler jhatler linked an issue Dec 22, 2023 that may be closed by this pull request
@jhatler jhatler merged commit cc3dd50 into main Dec 22, 2023
1 check passed
@jhatler jhatler deleted the feat/linting branch December 22, 2023 04:31
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.

Linting needs to be a PR check
1 participant