You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a comprehensive guide on how to make contributions to this repository, but only a minimal list of what you need to do to set up a development environment and how changes can be tested using the DCA tool.
77
+
78
+
### Set up environment
79
+
To run the queries locally (including tests) you need to
80
+
- Clone this repository.
81
+
- Clone `https://www.github.com/github/codeql` into a folder named `codeql` in the folder created in the previous step.
82
+
83
+
### Testing using DCA
84
+
It is possible to test PR changes for all languages against the default (nightly) source suite using DCA.
85
+
As a prerequisite you need to install and setup [DCA](https://github.com/github/codeql-dca?tab=readme-ov-file#codeql-dca-dist-compare-on-actions).
86
+
87
+
After DCA has been installed, you can start an experiment using the following command (with suitable substitutions for the parameters in angle brackets)
0 commit comments