Add indent package

This commit is contained in:
Justin Ethier 2024-01-11 20:02:07 -08:00
parent 00af456166
commit b44198744b

View file

@ -13,6 +13,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install deps
run: sudo apt-get install -y indent
- name: formatting - name: formatting
run: make test-format run: make test-format