fix(workflow): please
Some checks failed
Some checks failed
This commit is contained in:
parent
2551dd6ce0
commit
be4f3e7df1
1 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ name: Push documentation to Meli and run Pylint
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
Setup:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: "12"
|
node-version: "12"
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
|
@ -27,8 +27,8 @@ jobs:
|
||||||
poetry config virtualenvs.create false
|
poetry config virtualenvs.create false
|
||||||
poetry install --with docs --with dev --no-root
|
poetry install --with docs --with dev --no-root
|
||||||
|
|
||||||
build-documentation:
|
Build Documentation and push to Meli:
|
||||||
needs: setup
|
needs: Setup
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Build the documentation
|
- name: Build the documentation
|
||||||
|
@ -45,8 +45,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
|
|
||||||
pylint:
|
Lint Code with Pylint:
|
||||||
needs: setup
|
needs: Setup
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
|
|
Loading…
Reference in a new issue