Remove banned func check in CI

This commit is contained in:
savalet
2025-04-11 19:34:05 +02:00
parent 89d77012e3
commit 87d1bd33db

View File

@@ -55,11 +55,6 @@ jobs:
- name: Build project
run: make
- name: Check for banned functions
run: |
nix run github:Dawoox/efc -- \
./mysh \
./afunc.txt
sync_repository:
needs: [ check_the_repository_state ]