Skip to content

chore(deps): update actions/checkout action to v4.3.0 - autoclosed #6

chore(deps): update actions/checkout action to v4.3.0 - autoclosed

chore(deps): update actions/checkout action to v4.3.0 - autoclosed #6

Workflow file for this run

# Copyright (c) 2025 VEXXHOST, Inc.
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
fetch-depth: 0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
ansible-test:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
- run: uv run ansible-galaxy collection install .
- run: uv run ansible-test units --python $(cat .python-version)
working-directory: /home/runner/.ansible/collections/ansible_collections/vexxhost/containers
- uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5.6.1
if: always()
with:
report_paths: /home/runner/.ansible/collections/ansible_collections/vexxhost/containers/tests/output/junit/*.xml