Skip to content

fix(php): php81-pecl-mcrypt and php81-pecl-timezonedb moved to commun… #213

fix(php): php81-pecl-mcrypt and php81-pecl-timezonedb moved to commun…

fix(php): php81-pecl-mcrypt and php81-pecl-timezonedb moved to commun… #213

Workflow file for this run

name: ShellCheck
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
shellcheck:
name: Lint with shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Add error matcher
run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json"
- name: Run shellcheck
run: shellcheck -o all -s sh -f gcc $(find . -path ./.git -prune -o -type f -executable -print)