Skip to content

Change the default value of PHP_MAX_MEMORY from 256M (256 Mb) to … #48

Change the default value of PHP_MAX_MEMORY from 256M (256 Mb) to …

Change the default value of PHP_MAX_MEMORY from 256M (256 Mb) to … #48

Workflow file for this run

---
name: Codespell
on:
push:
branches: [master,hypernext]
pull_request:
branches: [master,hypernext]
jobs:
codespell:
name: Check for typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run codespell
uses: codespell-project/actions-codespell@v1