Skip to content

New translations bfast_explorer.po (French) #1471

New translations bfast_explorer.po (French)

New translations bfast_explorer.po (French) #1471

Workflow file for this run

name: Unit test
on:
- push
- workflow_dispatch
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0
build-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install graphviz
run: sudo apt install graphviz
- name: install nox
run: python -m pip install nox
- name: create documentation
run: nox -s docs