Skip to content

Bump php from 8.3-rc-apache to 8.4-rc-apache (#61) #127

Bump php from 8.3-rc-apache to 8.4-rc-apache (#61)

Bump php from 8.3-rc-apache to 8.4-rc-apache (#61) #127

Workflow file for this run

name: Shell checker
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shell-checker:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Shellcheck
run: |
shellcheck **/*.sh