mirror of
https://github.com/github/codeql.git
synced 2026-05-19 05:37:10 +02:00
This is built with copilot, via a number of iterations and run various test. But it should by no means be considered production ready. I'm looking for feeback on how to take this forward.
9 lines
172 B
YAML
9 lines
172 B
YAML
name: codeql/php-tests
|
|
groups: [php, test]
|
|
dependencies:
|
|
codeql/php-queries: ${workspace}
|
|
codeql/php-all: ${workspace}
|
|
extractor: php
|
|
tests: .
|
|
warnOnImplicitThis: true
|