aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/default.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml
deleted file mode 100644
index ec9986d..0000000
--- a/.github/workflows/default.yml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-on: [push, pull_request]
-name: default
-
-jobs:
- stylua:
- name: stylua
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: JohnnyMorganz/stylua-action@v1
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- args: --color always --check lua
-
- test:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- nvim-versions: ['stable', 'nightly']
- name: test
- steps:
- - name: checkout
- uses: actions/checkout@v3
-
- - uses: rhysd/action-setup-vim@v1
- with:
- neovim: true
- version: ${{ matrix.nvim-versions }}
-
- - name: run tests
- run: make test