Skip to content

Upgrade the Gradle wrapper to the latest nightly, requiring conventions to be explicitly enabled in projects #55

Upgrade the Gradle wrapper to the latest nightly, requiring conventions to be explicitly enabled in projects

Upgrade the Gradle wrapper to the latest nightly, requiring conventions to be explicitly enabled in projects #55

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "true"
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r .devcontainer/requirements.txt
- name: Build the docs
run: mkdocs build