Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit b8a6e80

Browse files
author
Luke Hinds
authored
Merge pull request #120 from stacklok/ci--add
Add formatting step to CI
2 parents 906e84d + cbaebe7 commit b8a6e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Run linting
4949
run: make lint
5050

51+
- name: Run formatting
52+
run: make format
53+
5154
- name: Run tests
5255
run: make test
5356

0 commit comments

Comments
 (0)