Skip to content

When installing GApps explicitly prompts to install Magisk instead of… #416

When installing GApps explicitly prompts to install Magisk instead of…

When installing GApps explicitly prompts to install Magisk instead of… #416

Workflow file for this run

name: Shell checker
on:
push:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
pull_request:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name : Checkout
uses: actions/checkout@v3
- name: Run ShellCheck
id: check
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'