Skip to content
Snippets Groups Projects
Commit c7c74764 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

disable formatter

parent b883faa9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment