Skip to content

Update Japanese translation (#2478) #4088

Update Japanese translation (#2478)

Update Japanese translation (#2478) #4088

Workflow file for this run

on: [ push, pull_request ]
name: flake8 linting (15 ignores)
jobs:
flake8:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8
- name: Lint with flake8
run: flake8