diff --git a/.drone.yml b/.drone.yml index 9531e0b..3875abc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,21 +21,6 @@ steps: commands: - npm ci - npm run lint - ---- - -kind: pipeline -type: docker -name: audit - -trigger: - event: - - push - - pull_request - branch: - - main - -steps: - name: audit image: node:20 commands: