Skip to content

Commit

Permalink
fixed the ci
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Feb 9, 2025
1 parent af00b63 commit fca49a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["go", "javascript", "python"]
language: ["go", "javascript"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
working-directory: pkg
run: gofmt -s -w -d $(find . -type f -name '*.go' -print)

- name: check gofmt internal dir
working-directory: internal
- name: check gofmt cmd dir
working-directory: cmd
run: gofmt -s -w -d $(find . -type f -name '*.go' -print)

# TODO: Add linter
Expand Down

0 comments on commit fca49a9

Please sign in to comment.