Skip to content

Improved subtitle language detection #20

Improved subtitle language detection

Improved subtitle language detection #20

Workflow file for this run

name: Bash
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash} --severity error