Skip to content

nvim: Update lazy-lock.json #247

nvim: Update lazy-lock.json

nvim: Update lazy-lock.json #247

Workflow file for this run

name: lint
on: [push]
jobs:
shell:
runs-on: ubuntu-latest
container: ghcr.io/mkincl/shell-provider:v1
steps:
- uses: actions/checkout@v2
- run: make init
- run: make lint-shell
lua:
runs-on: ubuntu-latest
container: ghcr.io/mkincl/lua-provider:v1
steps:
- uses: actions/checkout@v2
- run: make init
- run: make lint-lua