Skip to content

chore(ci): bump radiorabe/actions from 0.21.1 to 0.21.2 #256

chore(ci): bump radiorabe/actions from 0.21.1 to 0.21.2

chore(ci): bump radiorabe/actions from 0.21.1 to 0.21.2 #256

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/action@v3.0.1