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

Update linter #16

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Update linter #16

merged 5 commits into from
Dec 11, 2023

Conversation

Klintrup
Copy link
Owner

@Klintrup Klintrup commented Dec 11, 2023

This pull request includes changes to the GitHub Actions workflows and the README file. The most important changes are the addition of a new workflow for linting shell files, the removal of the Markdown linting workflow, and updates to the Codacy analysis workflow.

Workflow changes:

  • .github/workflows/lint.yml: Added a new workflow named "lint" that checks for shell syntax errors and runs ShellCheck on changed shell files.
  • .github/workflows/lint-markdown.yml: Removed the "lint-markdown" workflow responsible for running Prettier on changed Markdown files.
  • .github/workflows/codacy.yml: Updated the Codacy analysis workflow to use a new version of the Codacy analysis CLI action and modified the triggers. [1] [2]
  • .github/workflows/lint-shell.yml: Removed the "lint-shell" workflow responsible for running a shell syntax check and ShellCheck on shell files.
  • .github/workflows/tags.yml: Added a new workflow for creating version tags based on the release tag.

Other changes:

  • README.md: Updated the README file by removing the CodeFactor badge and updating the build badge.

@Klintrup Klintrup self-assigned this Dec 11, 2023
@Klintrup Klintrup merged commit a207a3a into master Dec 11, 2023
5 checks passed
@Klintrup Klintrup deleted the update-linter branch December 11, 2023 01:38
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.

None yet

1 participant