aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* ci(bot): bump create-github-app-token to v2Christian Clason2025-04-062-2/+2
|
* ci(tests): run tests on v0.10.4Christian Clason2025-04-021-1/+1
|
* ci(update): only check once a week (sat)Christian Clason2025-04-021-1/+1
| | | | I need a break...
* ci(update): block dhall,elm,enforce,rust (ABI 15)Christian Clason2025-04-021-1/+1
|
* ci(tests): check queries on 0.10.4Christian Clason2025-04-021-4/+4
|
* ci(update): block wit (ABI 15)Christian Clason2025-03-211-1/+1
|
* ci(update): block bp (ABI 15)Christian Clason2025-03-131-1/+1
|
* ci(update): block rescript (ABI 15)Christian Clason2025-03-041-1/+1
|
* ci(update): block templ (ABI 15)Christian Clason2025-03-021-1/+1
|
* ci(update): block typespec (ABI 15)Christian Clason2025-03-011-1/+1
|
* ci(update): block verilog (ABI 15)Christian Clason2025-03-011-1/+1
|
* ci(update): block git_config (ABI 15)Christian Clason2025-02-251-1/+1
|
* ci(update): block devicetree (ABI 15)Christian Clason2025-02-231-1/+1
|
* ci(update): block nickel (ABI 15)Christian Clason2025-02-181-1/+1
|
* ci(update): block t32 (ABI 15)Christian Clason2025-02-091-1/+1
|
* bot(lockfile): update erlang, vhsnvim-treesitter-bot[bot]2025-02-061-1/+1
| | | | lock sql parser (ABI 15)
* Revert "ci(update): block vhdl (ABI 15)"Christian Clason2025-02-021-1/+1
| | | | This reverts commit 1545e964e299176375efd84867dcf82fbff52ee2.
* ci(update): block vhdl (ABI 15)Christian Clason2025-02-021-1/+1
|
* bot(lockfile): update bash, desktop, haskell, julia, nix, objc, typstnvim-treesitter-bot[bot]2025-02-011-1/+1
|
* ci(update): unblock gnuplotChristian Clason2024-12-231-1/+1
|
* refactor(unison): update to latest treesitter grammarzetashift2024-11-131-1/+1
|
* feat(julia): update parser and queriesChristian Clason2024-11-111-1/+1
|
* bot(lockfile): update inko, nu, udevnvim-treesitter-bot[bot]2024-11-081-1/+1
|
* ci(update): skip julia but for realChristian Clason2024-11-061-1/+1
|
* ci(update): skip juliaChristian Clason2024-11-061-1/+1
|
* ci(update): skip gnuplot, unskip djotChristian Clason2024-10-291-1/+1
|
* bot(lockfile): update cmake, llvm, perl, vhdlnvim-treesitter-bot[bot]2024-10-081-1/+1
|
* ci: bump create-pull-request to v7Christian Clason2024-09-112-4/+4
|
* Revert "ci(update): bump create-pull-request to v7 and sign commits"Christian Clason2024-09-102-8/+6
| | | | This reverts commit c9003a3cb19280bc252e24bfb813027643016e5f.
* ci(update): bump create-pull-request to v7 and sign commitsChristian Clason2024-09-102-6/+8
|
* ci: bump stylua-action to v4Christian Clason2024-08-271-1/+1
|
* Revert "ci: skip updates for javascript"Christian Clason2024-08-201-1/+1
| | | | This reverts commit a7a3b9c10e8a5fe0da05ebb65db3ed1d164e612d.
* ci: skip updates for javascriptChristian Clason2024-08-031-1/+1
|
* 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
|