Skip to content

Chapter 0, Chapter 8 and Event Italian translation #484

Chapter 0, Chapter 8 and Event Italian translation

Chapter 0, Chapter 8 and Event Italian translation #484

Workflow file for this run

name: Quality checks
on:
push:
branches:
- main
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install black
- name: Run quality check
run: make quality