Skip to content

set require cxx 17 on, or there is error: 'optional': is not a member #228

set require cxx 17 on, or there is error: 'optional': is not a member

set require cxx 17 on, or there is error: 'optional': is not a member #228

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install flake8
- name: Run linting
run: |
flake8 .