fix: add missing reno files for 7543, 7562 and 7535 #4121
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you change this name also do it in linting.yml and ci_metrics.yml | |
name: Linting | |
on: | |
pull_request: | |
paths-ignore: | |
- "**.py" | |
- "**/pyproject.toml" | |
jobs: | |
mypy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip mypy | |
run: echo "Skipped mypy" | |
pylint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip pylint | |
run: echo "Skipped pylint" |