Skip to content

whitelist additional apk #67

whitelist additional apk

whitelist additional apk #67

Workflow file for this run

name: "CI"
on: ["push", "pull_request"]
jobs:
ci:
name: "Run CI"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: download assets
run: make download
- name: build collector
run: make collector
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.3"