Skip to content

ci(dependabot-actions): bump softprops/action-gh-release from 1 to 2 (RDT-896) #56

ci(dependabot-actions): bump softprops/action-gh-release from 1 to 2 (RDT-896)

ci(dependabot-actions): bump softprops/action-gh-release from 1 to 2 (RDT-896) #56

Workflow file for this run

---
name: Check pre-commit
on:
pull_request:
jobs:
check-pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: pip
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: pip-compile,update-changelog