Skip to content

Commit 83b79ca

Browse files
committed
ci: Format code
1 parent 029a455 commit 83b79ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Build the Docker image
1414
run: docker build --build-arg cxx=$CXX -t blobdrop .
15+
- name: Format code
16+
run: docker run fftune sh -c 'scripts/format-code.sh'

0 commit comments

Comments
 (0)