Skip to content

chore: bump github.com/lmittmann/tint from 1.0.6 to 1.0.7 #8

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

chore: bump github.com/lmittmann/tint from 1.0.6 to 1.0.7 #8

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