Skip to content

fix flake8 linting errors and add lint check in CI #8

fix flake8 linting errors and add lint check in CI

fix flake8 linting errors and add lint check in CI #8

name: Tutorials macOS Py3.13
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'flexynesis/**'
- 'examples/tutorials/**'
- '.github/workflows/tutorials-macos-py313.yml'
- '.github/workflows/tutorials-template.yml'
- 'pyproject.toml'
pull_request:
branches: [main]
paths:
- 'flexynesis/**'
- 'examples/tutorials/**'
- '.github/workflows/tutorials-macos-py313.yml'
- '.github/workflows/tutorials-template.yml'
- 'pyproject.toml'
jobs:
call-template:
uses: ./.github/workflows/tutorials-template.yml
with:
os: macos-latest
python-version: "3.13"