Skip to content

Add ELF arch as app metadata #1499

Add ELF arch as app metadata

Add ELF arch as app metadata #1499

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