mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
ci: use GH Actions istead of Travis CI
This commit is contained in:
parent
d51b948617
commit
0e041bd343
3 changed files with 21 additions and 12 deletions
20
.github/workflows/lint.yml
vendored
Normal file
20
.github/workflows/lint.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Linting and style checking
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
luacheck:
|
||||||
|
name: Luacheck
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Prepare
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo add-apt-repository universe
|
||||||
|
sudo apt install luarocks -y
|
||||||
|
sudo luarocks install luacheck
|
||||||
|
|
||||||
|
- name: Run Luacheck
|
||||||
|
run: ./scripts/style-check.sh
|
||||||
11
.travis.yml
11
.travis.yml
|
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
language: c
|
|
||||||
dist: bionic
|
|
||||||
before_install:
|
|
||||||
- sudo apt-get update
|
|
||||||
- sudo add-apt-repository universe
|
|
||||||
- sudo apt install luarocks -y
|
|
||||||
- sudo luarocks install luacheck
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./scripts/style-check.sh
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Traditionnal highlighting (left) vs Treesitter-based highlighting (right).
|
Traditionnal highlighting (left) vs Treesitter-based highlighting (right).
|
||||||
|
|
||||||
[](https://gitter.im/nvim-treesitter/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/nvim-treesitter/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
[](https://travis-ci.com/nvim-treesitter/nvim-treesitter)
|

|
||||||
# nvim-treesitter
|
# nvim-treesitter
|
||||||
Treesitter configurations and abstraction layer for Neovim.
|
Treesitter configurations and abstraction layer for Neovim.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue