diff --git a/.github/workflows/staticAnalysis.yml b/.github/workflows/staticAnalysis.yml new file mode 100644 index 00000000..80d732fb --- /dev/null +++ b/.github/workflows/staticAnalysis.yml @@ -0,0 +1,8 @@ +name: Static analysis +on: push +jobs: + ktlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.5.3 + - run: .scripts/check_ktlint.sh