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

Updated configs #5

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Updated configs #5

merged 2 commits into from
Oct 16, 2024

Conversation

AliSajid
Copy link
Member

This pull request includes several changes to the CI/CD pipeline, configuration files, and pre-commit hooks to enhance code quality, security, and automation. The most important changes include the addition of CI workflows, supply-chain security analysis, and various configuration updates.

CI/CD Pipeline Enhancements:

  • .github/workflows/ci.yaml: Added a new CI workflow to run linting, formatting, and testing jobs on push and pull request events.
  • .github/workflows/scorecard.yaml: Added a workflow for Scorecard supply-chain security analysis, scheduled weekly and triggered on push to the main branch.

Configuration Updates:

  • .luacheckrc: Added global variables and excluded files for Luacheck.
  • .luarc.json: Configured Lua diagnostics, runtime version, and workspace library paths.
  • .markdownlint.json: Added markdown linting rules and configurations.
  • .markdownlintignore: Specified files and directories to ignore for markdown linting.

Pre-commit Hooks:

  • .pre-commit-config.yaml: Added various pre-commit hooks for commit message conventions, JSON/YAML/XML checks, and secret detection.

These changes aim to improve the development workflow by ensuring code quality, consistency, and security through automated checks and analyses.

@AliSajid AliSajid merged commit 75bddef into main Oct 16, 2024
16 checks passed
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.

2 participants