Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Update actions/setup-python action to v5 (#26) #77

Update actions/setup-python action to v5 (#26)

Update actions/setup-python action to v5 (#26) #77

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fish-actions/install-fish@v1.1.0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0