Skip to content

(chore) Remove deprecated --no-progress option #90

(chore) Remove deprecated --no-progress option

(chore) Remove deprecated --no-progress option #90

Workflow file for this run

name: Runs shellcheck
on:
push:
paths:
- "*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error