Skip to content

Renamed the launcher cusotmisation script #836

Renamed the launcher cusotmisation script

Renamed the launcher cusotmisation script #836

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 --severity error