vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

luacheck.yml

(272B)


      1 name: Lua Check
      2 
      3 on:
      4   push:
      5     paths:
      6     - 'lua/**'
      7 
      8 jobs:
      9   luacheck:
     10     runs-on: ubuntu-latest
     11     steps:
     12 
     13     - name: Checkout
     14       uses: actions/checkout@v3
     15 
     16     - name: Dependency
     17       run: sudo apt install lua-check
     18 
     19     - name: Check
     20       run: make luacheck