software-infrastructure/roles/nvidia.nvidia_driver/.github/workflows/molecule.yml
2024-07-12 00:07:31 -04:00

16 lines
273 B
YAML

---
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.7.2