Add actions language
This commit is contained in:
parent
af56b044b5
commit
e1763c0db9
3 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// All the languages supported by CodeQL
|
||||
export enum Language {
|
||||
actions = "actions",
|
||||
csharp = "csharp",
|
||||
cpp = "cpp",
|
||||
go = "go",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue