Skip to content

Lint with Stylua in CI workflow #27

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

Merged
merged 12 commits into from
Apr 29, 2025
Merged

Lint with Stylua in CI workflow #27

merged 12 commits into from
Apr 29, 2025

Conversation

body-clock
Copy link
Contributor

@body-clock body-clock commented Apr 28, 2025

Add Stylua linting on push/MR to ensure collaborative code consistency.

In this case:

  • The pipeline will run on pull_request events for any pull request activity.
  • It will also run on push events, but only when changes are pushed to the main branch.

This means the pipeline will execute:

  • Whenever a pull request is created, updated, or synchronized.
  • Whenever code is pushed directly to the main branch.

I pulled this template from the nvim-lua plugin template repo.

@body-clock body-clock marked this pull request as ready for review April 28, 2025 14:55
@adam12 adam12 merged commit 8cf0b9b into adam12:main Apr 29, 2025
@adam12
Copy link
Owner

adam12 commented Apr 29, 2025

Thanks! :)

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