Skip to content

Add continuous collection of profiles in java profiler #1464

Add continuous collection of profiles in java profiler

Add continuous collection of profiles in java profiler #1464

Workflow file for this run

name: Non-Python linters
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: true
- name: Run shell linter
run: ./shell_lint.sh
- name: Run Dockerfile linters
run: ./dockerfile_lint.sh