Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Remove dagger (dependency injection library) (#59) #210

Remove dagger (dependency injection library) (#59)

Remove dagger (dependency injection library) (#59) #210

name: Run lint & tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download ktlint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.1.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
- name: Run linter
run: ktlint **/*.kt
- name: Run tests
run: ./gradlew :MembraneRTC:testDebugUnitTest