Skip to content

Add gl-gh-release script to our list of available tools (#210) #1963

Add gl-gh-release script to our list of available tools (#210)

Add gl-gh-release script to our list of available tools (#210) #1963

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@v6
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
- name: Simple poetry build no package
run: make build