Merge pull request #4271 from hbrunn/15.0-unknown-fields-in-view #3915
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
name: pre-commit | |
on: | |
pull_request: | |
push: | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
with: | |
# The pylint-odoo version we use here does not support python 3.10 | |
# https://github.com/OCA/oca-addons-repo-template/issues/80 | |
python-version: "3.9" | |
- uses: pre-commit/[email protected] |