Skip to content

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #259

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1

feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.1 #259

Workflow file for this run

name: Run pre-commit
on:
push:
branches-ignore:
- master
- main
- gh-pages
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run pre-commit
uses: pre-commit/[email protected]