Skip to content

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #101

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #101

name: Build and test Poetry
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build and Test
steps:
- name: git-checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
- name: Install all dependencies
run: poetry install
- name: Build
run: poetry run mkdocs build