We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a455 commit 83b79caCopy full SHA for 83b79ca
.github/workflows/ci.yml
@@ -12,3 +12,5 @@ jobs:
12
- uses: actions/checkout@v3
13
- name: Build the Docker image
14
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