Skip to content

Commit db31f46

Browse files
committed
ci: add format job
1 parent a0b3f75 commit db31f46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,16 @@ jobs:
3737
luarocks install luacheck
3838
- name: Lint
3939
run: ./scripts/lint.sh --no-cache
40+
41+
format:
42+
name: stylua
43+
runs-on: ubuntu-20.04
44+
steps:
45+
- name: Checkout
46+
uses: actions/checkout@v2
47+
- name: Check Format
48+
uses: JohnnyMorganz/[email protected]
49+
with:
50+
version: 0.11.2
51+
token: ${{ secrets.GITHUB_TOKEN }}
52+
args: --color always --check evdev/

0 commit comments

Comments
 (0)