File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,24 @@ jobs:
5858 steps :
5959 - uses : actions/checkout@v3
6060
61- - name : Prepare luacheck
61+ - name : Prepare
6262 run : |
6363 sudo apt-get update
6464 sudo apt-get install -y luarocks
6565 sudo luarocks install luacheck
6666
67- - name : Prepare selene
68- uses : baptiste0928/cargo-install@v3
69- with :
70- crate : selene
71-
7267 - name : Lint
7368 run : sudo make lint
69+
70+ selene :
71+ name : Selene
72+ runs-on : ubuntu-22.04
73+ steps :
74+ - name : Checkout sources
75+ uses : actions/checkout@v2
76+
77+ - name : Run selene
78+ uses :
NTBBloodbath/[email protected] 79+ with :
80+ token : ${{ secrets.GITHUB_TOKEN }}
81+ args : --display-style quiet lua/plenary --allow-warnings
Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ generate_luassert_types:
1010
1111lint :
1212 luacheck lua/plenary
13+
14+ lint-selene :
1315 selene --display-style quiet lua/plenary --allow-warnings
You can’t perform that action at this time.
0 commit comments