Skip to content

gh-action: fix spacing in sa.yml #1

gh-action: fix spacing in sa.yml

gh-action: fix spacing in sa.yml #1

Workflow file for this run

name: Static Analyser
on:
push:
branches: [ "main" ]
jobs:
detekt:
name: detekt
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v3
- name: "run"
uses: natiginfo/action-detekt-all@1.23.4