Skip to content

Enable locally running CI tests #409

Enable locally running CI tests

Enable locally running CI tests #409

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
pull_request:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
- name: Simple poetry build no package
run: make build