Skip to content

Merge pull request #6 from pop-ecx/dev #2

Merge pull request #6 from pop-ecx/dev

Merge pull request #6 from pop-ecx/dev #2

Workflow file for this run

name: Ci
on:
push:
branches: main
pull_request:
branches: main
jobs:
name: Run Test

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: true
version: nightly
- name: luajit
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-openresty"
- name: luarocks
uses: leafo/gh-actions-luarocks@v4
- name: Install dependencies
shell: bash
run: |
luarocks install luacheck
- name: run linter
run: |
luacheck .