mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Add indent package
This commit is contained in:
parent
00af456166
commit
b44198744b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/formatting.yml
vendored
2
.github/workflows/formatting.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install deps
|
||||
run: sudo apt-get install -y indent
|
||||
- name: formatting
|
||||
run: make test-format
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue