aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(r)!: update parser and queriesChristian Clason2024-06-271-1/+0
|
* 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.
* ci: replace node with upstream actionChristian Clason2024-04-142-8/+2
|
* ci(tests): use nvim nightly for win+clChristian Clason2024-04-141-1/+1
|
* ci: teach bot about conventional commitsChristian Clason2024-03-032-2/+2
|
* ci: bump create-pull-request to v6Christian Clason2024-03-012-2/+2
|
* fix(scripts): format-queries defaults to cwdChristian Clason2024-02-201-1/+1
|
* ci: simplify cache keydundargoc2024-02-192-2/+10
| | | | Also ensure new matrix fields are automatically added to cache key.
* ci: fix invalid workflowdundargoc2024-02-104-6/+6
| | | | | | | | Context variables aren't always available, so we can't rely on them for e.g. environment variables. Also merge all install scripts into `script/ci-install.sh`, that way it can be called the same way regardless of system.
* ci: use `windows-latest` over `windows-2022`dundargoc2024-02-102-7/+7
| | | | It's convenient to not need to manually update the runner version.
* fixup: it's fineChristian Clason2024-02-092-2/+2
|
* ci: pin tree-sitter-cli version in npm installChristian Clason2024-02-092-3/+2
| | | | This prevents bad tags from messing up CI
* ci: use M1 for macOSChristian Clason2024-01-311-2/+2
| | | | | | GH Actions runners use M1 hardware for `macos-14` now. Since macOS is one of the slowest platforms for parser compilation, switching should give us not only ARM coverage but also shorter CI times.
* ci: use nvim-treesitter-bot as authorChristian Clason2024-01-302-2/+2
|
* ci: use nvim-treesitter-bot as committerChristian Clason2024-01-292-0/+2
|
* ci: use token for automated PRsChristian Clason2024-01-283-16/+29
| | | | | | | | | | * 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: bump cache to v4Christian Clason2024-01-242-2/+2
|
* ci: add query lint jobPham Huy Hoang2024-01-191-0/+16
|
* ci: bump actions to latestChristian Clason2024-01-056-9/+9
|
* ci: fix update lockfile workflowObserverOfTime2023-08-201-1/+1
|
* ci: update workflowsObserverOfTime2023-08-183-20/+12
|
* ci: dont hardcode the rockspec versionMatthieu Coudron2023-08-131-2/+0
|
* ci: fix luarocks tag release processMatthieu Coudron2023-08-131-4/+13
| | | | | | bumped version of the action Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
* ci: bump actions to latestChristian Clason2023-07-113-3/+3
|
* fix(dart): update indents from upstream (#4924)Amaan Qureshi2023-06-071-1/+1
|
* Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercolliderGitHub2023-05-311-1/+1
| | | | skip dart updates from now on
* ci: bump tree-sitter CLI to v0.20.8Christian Clason2023-05-301-1/+1
|
* chore: update skipped langs in ciAmaan Qureshi2023-05-291-1/+1
|
* chore: update GleamAmaan Qureshi2023-05-291-1/+1
|
* ci: bump release workflowv0.8.5.2Matthieu Coudron2023-02-241-1/+1
| | | | new version adds 'make' support and should fix the release job
* fix(ci): remove double 'uses'v0.8.5.1Matthieu Coudron2023-02-241-2/+1
| | | | which invalidates the action
* ci: remove ready_for_review typedundargoc2023-02-233-3/+0
| | | | | It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice.
* ci: add release workflow for luarocks upload (#4109)Marc Jakobi2023-02-221-0/+18
|
* prettier formatting yml and mdKiyoon Kim2023-02-164-13/+13
|
* Add treesitter CLI in CI with Windows and macKiyoon Kim2023-02-152-4/+9
|
* ci: fix readme workflowObserverOfTime2023-01-211-0/+1
|
* ci: stop running update-lockfile after every commitChristian Clason2023-01-141-3/+0
| | | | | | | This is wasteful and noisy for unrelated commits, while the intended use (making sure that new parsers have a lockfile entry) can be covered by either making sure this is part of the initial PR (ideally) or running the action manually.
* ci: fix file name for cache calculationStephan Seitz2023-01-081-1/+1
|
* ci: properly fix lockfile actionObserverOfTime2023-01-041-1/+1
|
* ci: trim final `"]` when parsers get added in update-lockfile.ymlStephan Seitz2023-01-031-1/+1
| | | | | | | | | | | | | | | | | | See https://github.com/nvim-treesitter/nvim-treesitter/pull/4066 The diff will look different when a whole parser gets added: ``` @ ["gleam","revision"] - "cfcbca3f8f734773878e00d7bfcedea98eb10be2" + "3eb2e1783f3bf6f85c16cdd150e2f256b2f6844e" @ ["nix","revision"] - "6b71a810c0acd49b980c50fc79092561f7cee307" + "1b69cf1fa92366eefbe6863c184e5d2ece5f187d" @ ["wgsl_bevy"] + {"revision":"c81dc770310795caea5e00996505deba024ec698"} ``` Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* ci: allow negative assertions in testsStephan Seitz2023-01-011-1/+1
|
* ci: use builtin jq instead of downloading itdundargoc2022-12-211-4/+1
|
* ci: bump stylua action to v2dundargoc2022-12-171-1/+2
|
* ci: bump action versionsdundargoc2022-12-175-12/+12
|
* ci: Add name of updated parsers to commit messageStephan Seitz2022-12-151-3/+8
| | | | Fixes #3962
* ci: install libfuse2Christian Clason2022-12-021-0/+1
|
* ci(lint): update stylua-actionsChristian Clason2022-09-231-1/+1
|
* ci: add workflow_dispatchChristian Clason2022-08-232-0/+2
|
* parsers(dart): unlock dart parserStephan Seitz2022-08-021-1/+1
| | | | | | | Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far.
* Add dart to skip lockfile update listBreno Reis2022-07-131-1/+1
|