Merge pull request #1707 from samthesamman/fix-catch-all-configs #162
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
# from: https://github.com/natiginfo/action-detekt-all | |
with: | |
args: --config .github/detekt-config.yml | |