Skip to content

Set python: python3.12 for tap-github #528

Set python: python3.12 for tap-github

Set python: python3.12 for tap-github #528

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main]
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
FORCE_COLOR: "1"
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.13"
cache: pip
cache-dependency-path: .pre-commit-config.yaml
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()