Skip to content

workflows: add push trigger on main branch for lint, unittest and doc #5

workflows: add push trigger on main branch for lint, unittest and doc

workflows: add push trigger on main branch for lint, unittest and doc #5

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0
name: Python Lint
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tox.ini'
- '.github/workflows/lint.yml'
pull_request:
paths:
- 'src/**'
- 'tox.ini'
- '.github/workflows/lint.yml'
jobs:
lint:
uses: outpost-os/pipeline-python/.github/workflows/lint.yml@v1
with:
python-version: '3.10'