aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: bump stylua-action to v4Christian Clason2024-08-271-1/+1
|
* ci(lint): make sure query parser is installed from this repoChristian Clason2024-05-261-3/+4
| | | | | | | | Problem: format-queries.lua in CI uses the bundled query parser from Neovim, meaning breaking changes are not reflected in tests. Solution: Install nvim-treesitter in the lint workflow and use it to install the query parser.
* fix(scripts): format-queries defaults to cwdChristian Clason2024-02-201-1/+1
|
* ci: use token for automated PRsChristian Clason2024-01-281-1/+2
| | | | | | | | | | * Use a Github App token to allow CI to run automatically (Following https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens) * Enable automerge * make lint workflow only run once on PRs to master
* ci: add query lint jobPham Huy Hoang2024-01-191-0/+16
|
* ci: bump actions to latestChristian Clason2024-01-051-2/+2
|
* ci: bump actions to latestChristian Clason2023-07-111-1/+1
|
* ci: remove ready_for_review typedundargoc2023-02-231-1/+0
| | | | | It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice.
* prettier formatting yml and mdKiyoon Kim2023-02-161-8/+8
|
* ci: bump stylua action to v2dundargoc2022-12-171-1/+2
|
* ci: bump action versionsdundargoc2022-12-171-2/+2
|
* ci(lint): update stylua-actionsChristian Clason2022-09-231-1/+1
|
* ci: use apt-get instead of apt to avoid warnings from aptDundar Göc2022-02-061-1/+1
|
* ci: remove unnecessary apt callsDundar Göc2022-02-061-1/+0
|
* ci: mark automated PRs as draft (#2413)dundargoc2022-02-011-1/+4
| | | | The required checks can be initiated by marking the PR as ready for review.
* ci: only fix major version of vulnerable action (#2411)Christian Clason2022-01-301-1/+1
| | | also bump checkout to v2 everywhere
* Luacheck: use config file to exclude filesSantos Gallegos2021-07-051-1/+1
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-0/+11
|
* fix(CI): Run style check as sudoStephan Seitz2020-08-211-1/+1
|
* ci: use GH Actions istead of Travis CIThomas Vigouroux2020-07-091-0/+20