diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 676988ec0..2fb9560fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,14 @@ repos: language: system pass_filenames: false verbose: true + - id: godbolt-link + name: godbolt-link + entry: ./ci/check_goldbot.py + files: ^examples/ + types_or: [file] + language: system + pass_filenames: false + verbose: true default_language_version: python: python3