Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update all non-major dependencies#1066

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #1066

Workflow file for this run

name:pre_commit
# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group:${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress:true
on:
push:
branches:
-main
paths:
.github/workflows/pre_commit.yml
.pre-commit-config.yaml
pull_request:
branches:
-main
-master
paths:
-.github/workflows/pre_commit.yml
-.pre-commit-config.yaml
env:
PY_COLORS:1
jobs:
pre_commit:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4.2.2
-uses:actions/setup-python@v5.6.0
with:
python-version:"3.13"
-name:install tox
run:pip install tox==3.26.0
-name:pre-commit
run:tox -e pre-commit

[8]ページ先頭

©2009-2025 Movatter.jp