Skip to content

chore: bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 #201

chore: bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1

chore: bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 #201

Workflow file for this run

---
name: Cleanup
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}