File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 - name : Run CodeQL
1818 run : |
19- docker run --rm -v $PWD:/app composer sh -c \
19+ docker run --rm -v $PWD:/app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
2020 "composer install --profile --ignore-platform-reqs && composer check"
Original file line number Diff line number Diff line change 1616
1717 - name : Run Linter
1818 run : |
19- docker run --rm -v $PWD:/app composer sh -c \
19+ docker run --rm -v $PWD:/app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
2020 "composer install --profile --ignore-platform-reqs && composer lint"
Original file line number Diff line number Diff line change 2727use Utopia \Database \Validator \Authorization ;
2828use Utopia \Database \Validator \Index as IndexValidator ;
2929use Utopia \Database \Validator \IndexDependency as IndexDependencyValidator ;
30- use Utopia \Database \Validator \Operator as OperatorValidator ;
3130use Utopia \Database \Validator \PartialStructure ;
3231use Utopia \Database \Validator \Permissions ;
3332use Utopia \Database \Validator \Queries \Document as DocumentValidator ;
You can’t perform that action at this time.
0 commit comments