diff --git a/.github/workflows/deteckt.yml b/.github/workflows/deteckt.yml index 7590a42..93f6e18 100644 --- a/.github/workflows/deteckt.yml +++ b/.github/workflows/deteckt.yml @@ -1,25 +1,18 @@ -name: Deteckt +name: Detekt on: push: paths: - '**/*.kt' - - '!**/src/*Test*/**' - - '!**/src/*test*/**' pull_request_target: - branches: ["main"] paths: - '**/*.kt' - - '!**/src/*Test*/**' - - '!**/src/*test*/**' jobs: build: runs-on: ubuntu-latest steps: - - name: PPPP - run: echo ${{ github.workspace }} - name: checkout code uses: actions/checkout@v3