Skip to content

Update dependency friendsofphp/php-cs-fixer to v3.64.0 #90

Update dependency friendsofphp/php-cs-fixer to v3.64.0

Update dependency friendsofphp/php-cs-fixer to v3.64.0 #90

Workflow file for this run

name: test
on:
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os:
- 'macos-latest'
- 'ubuntu-latest'
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install bats
run: npm install -g bats
- name: test
run: make test