Skip to content

Single quote in Russian and initial version in Portuguese language #117

Single quote in Russian and initial version in Portuguese language

Single quote in Russian and initial version in Portuguese language #117

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
static-analysis:
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: pip3 install -r requirements.txt
- run: sudo apt install -y mandoc python3-autopep8
- run: make check