about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-07-07 17:10:42 +0000
committerRuben ten Hove <git@rhtenhove.nl>2022-07-07 17:10:42 +0000
commitc7c74764531beb280c4baf0f51499f494fbaf990 (patch)
treea0807184ad5edfcc0119ea4399669277460dd485
parentb883faa94260026bc5ba013f82913ba0dbc7321c (diff)
downloadafl++-c7c74764531beb280c4baf0f51499f494fbaf990.tar.gz
disable formatter
-rw-r--r--.github/workflows/code-format.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml
index 088793e7..314137ff 100644
--- a/.github/workflows/code-format.yml
+++ b/.github/workflows/code-format.yml
@@ -12,11 +12,9 @@ on:
 jobs:
   code-format-check:
     name: Check code format
+    if: ${{ 'false' == 'true' }} # Disable the job
     runs-on: ubuntu-22.04
-    container:
-      image: docker.io/aflplusplus/aflplusplus:dev
-      env:
-        LLVM_VERSION: 14 # Remove _after_ this branch's image is built and pushed. The new image will have this var in ENV.
+    container: docker.io/aflplusplus/aflplusplus:dev
     steps:
       - name: Checkout
         uses: actions/checkout@v3