Skip to content

Add iterable_every and iterable_some #20

Add iterable_every and iterable_some

Add iterable_every and iterable_some #20

Workflow file for this run

name: code-style
on:
- push
- pull_request
jobs:
phpcs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "8.1"
ini-values: memory_limit=-1
tools: phpcs, cs2pr
- name: Run PHP Code Sniffer
run: phpcs -q --report=checkstyle | cs2pr