Skip to content

Update bitbucket-pipelines.yml #221

Update bitbucket-pipelines.yml

Update bitbucket-pipelines.yml #221

Workflow file for this run

## 1
name: detekt
## 2
on:
push:
branches:
- main
pull_request:
branches:
- main
## 3
jobs:
detekt:
## 4
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/[email protected]