Skip to content

main: disable pid ns check and disable perf when running on Fargate #1454

main: disable pid ns check and disable perf when running on Fargate

main: disable pid ns check and disable perf when running on Fargate #1454

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