Skip to content

Configure KV streams the same way as the Nats GO lib (history = 1 and… #94

Configure KV streams the same way as the Nats GO lib (history = 1 and…

Configure KV streams the same way as the Nats GO lib (history = 1 and… #94

Workflow file for this run

name: coding-style
on: [push, pull_request]
jobs:
php-cs-verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.1
- name: php-cs-fixer
uses: php-actions/composer@v6
with:
php_version: 8.1
command: run cs-verify
editorconfig-verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker