Skip to content

[Ready for review] Core dependency and tool updates with PHP 8.1 #1

[Ready for review] Core dependency and tool updates with PHP 8.1

[Ready for review] Core dependency and tool updates with PHP 8.1 #1

Workflow file for this run

name: Shell Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shell_linter:
name: Shell Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint check
uses: azohra/shell-linter@v0.6.0
with:
path: "docker/php"