Skip to content

Fix system crash when Play Store is self-updating #5

Fix system crash when Play Store is self-updating

Fix system crash when Play Store is self-updating #5

Workflow file for this run

name: Shell checker
on:
push:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
pull_request:
permissions: {}
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'