Skip to content

chore(deps-dev): bump @archoleat/prettier-define-config from 1.0.1 to 1.0.2 #79

chore(deps-dev): bump @archoleat/prettier-define-config from 1.0.1 to 1.0.2

chore(deps-dev): bump @archoleat/prettier-define-config from 1.0.1 to 1.0.2 #79

Workflow file for this run

name: Pre Commit
on:
pull_request:
branches:
- main
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@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: Lint
uses: pre-commit/[email protected]