Skip to content

Update version to 9.0.0-rc1 #91

Update version to 9.0.0-rc1

Update version to 9.0.0-rc1 #91

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-24.04
name: Unit Tests
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check yamllint