chore: enhance CI tests (#3344)

* chore: add swift linter

* chore: add clang linters

* chore: add kotlin linter

* chore(ci): update workflows

* chore(ci): clean workflows
This commit is contained in:
Krzysztof Moch
2023-12-02 15:58:43 +01:00
committed by GitHub
parent 26043335e1
commit 91d7135562
15 changed files with 271 additions and 3 deletions

View File

@@ -31,4 +31,4 @@ runs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable --ignore-scripts
shell: bash