Skip to content

Set iframe background color on neovim's default_colors_set (#1637) #2058

Set iframe background color on neovim's default_colors_set (#1637)

Set iframe background color on neovim's default_colors_set (#1637) #2058

Workflow file for this run

name: Luacheck
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
luacheck:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install luacheck
run: sudo apt-get install lua-check
- name: Run luacheck
run: luacheck .