Skip to content

Update zio, zio-macros, zio-test, ... to 2.0.18 #55

Update zio, zio-macros, zio-test, ... to 2.0.18

Update zio, zio-macros, zio-test, ... to 2.0.18 #55

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(feat|fix|build|chore|test|refactor|docs)(\(.+\))?!?: .+$'
max_length: 140