Added Test Cases for CommandExecutor

Updated kotlin_lint.yml
Fixed Lint Errors
This commit is contained in:
Bitmap
2024-03-10 19:42:35 +05:30
parent ab3e4c2624
commit cd82d882ff
20 changed files with 189 additions and 78 deletions
+1 -2
View File
@@ -2,7 +2,7 @@ name: kotlin_lint
on:
push:
branches:
branches-ignore:
- "*"
pull_request:
paths:
@@ -12,7 +12,6 @@ on:
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2