Skip to content

setup: android_build_env: Support Debain 12 #453

setup: android_build_env: Support Debain 12

setup: android_build_env: Support Debain 12 #453

Workflow file for this run

on: [push, pull_request]
name: ShellCheck scripts
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files