diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-07-31 00:03:59 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-31 19:57:08 +0200 |
| commit | 59887fbf3335316e5d0458ff03493a998fabf1ee (patch) | |
| tree | 598ffaddd79d4a339da3535afbebeb90c0339c93 /.github | |
| parent | Add some missing ftdetect files (diff) | |
| download | nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar.gz nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar.bz2 nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar.lz nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar.xz nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.tar.zst nvim-treesitter-59887fbf3335316e5d0458ff03493a998fabf1ee.zip | |
Use node action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index b9ad5b086..68a5670ff 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -27,6 +27,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ilammy/msvc-dev-cmd@v1.5.0 + - uses: actions/setup-node@v2 - name: Install and prepare Neovim run: | |
