This repository has been archived by the owner on May 6, 2024. It is now read-only.
chore(deps): update plugin org.jetbrains.dokka to v1.9.20 #105
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: Linter (detekt) | |
on: pull_request | |
jobs: | |
detekt: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: "checkout" | |
uses: actions/checkout@v3 | |
- name: "detekt" | |
uses: natiginfo/[email protected] |