Skip to content

Handle remote candidates #5

Handle remote candidates

Handle remote candidates #5

Workflow file for this run

name: WAMP WebRTC CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.5.0/ktlint && chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
- name: Run lint
run: make lint
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 17
- name: Build with Gradle
run: make build