Skip to content

Commit da1f45b

Browse files
committed
Tidy project README.md
1 parent d986190 commit da1f45b

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Before using this repository template, ensure your GitHub organization/account h
3232
5. Set the repository visibility (internal, private, or public)
3333
6. Click **"Create repository"**
3434

35-
3635
**Note:** The ['copilot-setup-steps' actions workflow](./.github/workflows/copilot-setup-steps.yml) will automatically set up the environment for Copilot Coding Agent (CCA), so local installation is optional and primarily useful for manual development.
3736

3837
### Step 2: Create an Issue for the CodeQL query you want to develop
@@ -126,18 +125,17 @@ See [PROMPTS.md](PROMPTS.md) for details on the prompt hierarchy system.
126125

127126
The template supports CodeQL query development for:
128127

129-
| Language | CodeQL Library |
130-
| --------------------------------- | -------------- |
131-
| GitHub Actions | `actions` |
132-
| C/C++ | `cpp` |
133-
| C# | `csharp` |
134-
| Go | `go` |
135-
| Java | `java` |
136-
| JavaScript/TypeScript | `javascript` |
137-
| Python | `python` |
138-
| Ruby | `ruby` |
128+
| Language | CodeQL Library |
129+
| --------------------- | -------------- |
130+
| GitHub Actions | `actions` |
131+
| C/C++ | `cpp` |
132+
| C# | `csharp` |
133+
| Go | `go` |
134+
| Java | `java` |
135+
| JavaScript/TypeScript | `javascript` |
136+
| Python | `python` |
137+
| Ruby | `ruby` |
139138

140139
## 📄 License
141140

142141
This repository template is available under the [MIT License](LICENSE).
143-

0 commit comments

Comments
 (0)