Skip to content

build(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.1 #2

build(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.1

build(deps): bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.1 #2

Workflow file for this run

name: Pre Commit
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
pre-commit:
name: Pre Commit
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with:
python-version: 3.13
- name: Lint
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd