Skip to content

RSDK-8802: Add StoppableWorkers.StartTimer/NextTick. (#353) #1706

RSDK-8802: Add StoppableWorkers.StartTimer/NextTick. (#353)

RSDK-8802: Add StoppableWorkers.StartTimer/NextTick. (#353) #1706

Workflow file for this run

name: License Finder
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ['main']
push:
jobs:
license_finder:
name: Audit 3rd-Party Licenses
runs-on: ubuntu-latest
container: ghcr.io/viamrobotics/rdk-devenv:amd64
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Run license finder
run: |
sudo -u testbot bash -lc 'license_finder'