Skip to content

Merge pull request #594 from jazzband/fix/fix_docs.ja #72

Merge pull request #594 from jazzband/fix/fix_docs.ja

Merge pull request #594 from jazzband/fix/fix_docs.ja #72

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/[email protected]