[13.0][UPD] migrate CI to github actions

This commit is contained in:
AaronHForgeFlow
2021-11-03 15:19:05 +01:00
committed by Aaron ForgeFlow
parent 897160fbf7
commit 32187efeeb
13 changed files with 195 additions and 39 deletions

View File

@@ -10,4 +10,8 @@ jobs:
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/action@v2.0.0