| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: bump stylua-action to v4 | Christian Clason | 2024-08-27 | 1 | -1/+1 |
| | | |||||
| * | ci(lint): make sure query parser is installed from this repo | Christian Clason | 2024-05-26 | 1 | -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 cwd | Christian Clason | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | ci: use token for automated PRs | Christian Clason | 2024-01-28 | 1 | -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 job | Pham Huy Hoang | 2024-01-19 | 1 | -0/+16 |
| | | |||||
| * | ci: bump actions to latest | Christian Clason | 2024-01-05 | 1 | -2/+2 |
| | | |||||
| * | ci: bump actions to latest | Christian Clason | 2023-07-11 | 1 | -1/+1 |
| | | |||||
| * | ci: remove ready_for_review type | dundargoc | 2023-02-23 | 1 | -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 md | Kiyoon Kim | 2023-02-16 | 1 | -8/+8 |
| | | |||||
| * | ci: bump stylua action to v2 | dundargoc | 2022-12-17 | 1 | -1/+2 |
| | | |||||
| * | ci: bump action versions | dundargoc | 2022-12-17 | 1 | -2/+2 |
| | | |||||
| * | ci(lint): update stylua-actions | Christian Clason | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | ci: use apt-get instead of apt to avoid warnings from apt | Dundar Göc | 2022-02-06 | 1 | -1/+1 |
| | | |||||
| * | ci: remove unnecessary apt calls | Dundar Göc | 2022-02-06 | 1 | -1/+0 |
| | | |||||
| * | ci: mark automated PRs as draft (#2413) | dundargoc | 2022-02-01 | 1 | -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 Clason | 2022-01-30 | 1 | -1/+1 |
| | | | | also bump checkout to v2 everywhere | ||||
| * | Luacheck: use config file to exclude files | Santos Gallegos | 2021-07-05 | 1 | -1/+1 |
| | | |||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 1 | -0/+11 |
| | | |||||
| * | fix(CI): Run style check as sudo | Stephan Seitz | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | ci: use GH Actions istead of Travis CI | Thomas Vigouroux | 2020-07-09 | 1 | -0/+20 |
