Skip to content

Commit

Permalink
Update deteckt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok authored May 18, 2024
1 parent f971388 commit 3995b66
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deteckt.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3995b66

Please sign in to comment.