Skip to content

Install PHP in Docker image #4

Install PHP in Docker image

Install PHP in Docker image #4

Workflow file for this run

---
name: Shellcheck test
on:
push:
branches:
- '**'
- '!trunk'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
# Checkout repository
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2236