summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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-167-18/+17
|
* 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
|
* fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURESBrian Albert Monroe2022-06-191-0/+1
| | | | As per the request from @theHamsta in #2934
* chore: delete language-request.md (#3013)Christian Clason2022-06-121-12/+0
| | | We have a dedicated tracking issue for this now.
* chore: add github sponsors to FUNDING.ymlkiyan2022-05-011-0/+1
| | | | fixes #2879
* ci: bump treesitter to 0.20.6Christian Clason2022-04-162-2/+2
|
* ci: remove all swift skipsChristian Clason2022-04-161-5/+0
| | | | followup to #2796
* ci: don't skip swift anymoreStephan Seitz2022-04-151-2/+0
| | | | I think this was a nvim 0.6 issue
* ci: update windows workflow to 0.7Christian Clason2022-04-151-1/+1
| | | | Unarchive directory was renamed to `nvim-win64`
* Fix backtick typo in highlighting issue templateJendrik Stelzner2022-04-151-1/+1
|
* github: Fix typo in templateadrian52022-04-011-1/+1
|
* fixup: lock nix, not norg (#2682)Christian Clason2022-03-271-1/+1
| | | fixup for 739fefa8fa0c024a89b961bef14822f87fc13692
* ci: lock nix parserChristian Clason2022-03-261-1/+1
|
* ci: ignore gleam for lockfile updateChristian Clason2022-03-021-1/+1
|
* ci(tests): download highlight-assertions for faster CIStephan Seitz2022-02-191-18/+3
| | | | This avoids any Rust build dependencies.
* ci: rename workflows and jobs to be more consistentDundar Göc2022-02-144-8/+8
|
* 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: remove apt update if on workflows where it's not usedDundar Göc2022-02-062-4/+0
| | | | Shaves off 10 seconds per workflow.
* ci: combine "Compile parsers" steps into a single stepDundar Göc2022-02-051-9/+2
|