Skip to content

feat(androidtv): add Projectivy deployment helper #15

feat(androidtv): add Projectivy deployment helper

feat(androidtv): add Projectivy deployment helper #15

Workflow file for this run

name: ShellCheck
on:
push:
branches: [main]
paths:
- "**/*.sh"
- ".bash_aliases"
pull_request:
paths:
- "**/*.sh"
- ".bash_aliases"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
severity: warning
permissions:
contents: read