Revert "Feat eldad4 coroutines"

This commit is contained in:
Binyamin Yawitz
2024-09-20 12:30:05 -04:00
committed by GitHub
parent f94f7763c8
commit 5512340cdd
109 changed files with 5063 additions and 5707 deletions
-16
View File
@@ -1,16 +0,0 @@
name: "CodeQL"
on: [pull_request]
jobs:
lint:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Run CodeQL
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer check"