mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
chore: add tidy
This commit is contained in:
parent
68b1491a6d
commit
d2619ef68b
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
@ -31,6 +32,9 @@ jobs:
|
||||
with:
|
||||
install-mode: none
|
||||
|
||||
- name: Run tidy
|
||||
run: make tidy && git diff --exit-code
|
||||
|
||||
- name: Run lint
|
||||
run: make lint
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user