Skip to content

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 #59

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 #59

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 }}