Skip to content

Specify PHP 8.2 as the platform #348

Specify PHP 8.2 as the platform

Specify PHP 8.2 as the platform #348

Workflow file for this run

name: Shellcheck
on: push
jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.6
- run: sudo apt-get update
- run: sudo apt-get install -y shellcheck
- run: ./.shellcheck.sh