summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-09-19 13:51:56 -0400
committerDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-09-19 13:51:56 -0400
commit6c56b6da4b8f57aa49e9df7bd949f599486e122d (patch)
tree6fe5c0eac4649e4dea8ea7a2d1cbd4fab2d182ac /.github/workflows
parent17f900c1d54ba6007de7e6cf4f62ded5ce0655e3 (diff)
downloadskyhanni-6c56b6da4b8f57aa49e9df7bd949f599486e122d.tar.gz
skyhanni-6c56b6da4b8f57aa49e9df7bd949f599486e122d.tar.bz2
skyhanni-6c56b6da4b8f57aa49e9df7bd949f599486e122d.zip
Init setup
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/detekt.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml
new file mode 100644
index 000000000..da0d50daf
--- /dev/null
+++ b/.github/workflows/detekt.yml
@@ -0,0 +1,14 @@
+name: detekt
+on:
+ - pull_request
+jobs:
+ detekt:
+ name: Run detekt
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: "checkout"
+ uses: actions/checkout@v2
+
+ - name: "detekt"
+ uses: natiginfo/action-detekt-all@1.23.7