Skip to content

Add RHEL Router to My-Lab Section #1

Add RHEL Router to My-Lab Section

Add RHEL Router to My-Lab Section #1

Workflow file for this run

name: pr-check
on:
pull_request:
permissions:
contents: read
jobs:
pre-commit-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: 3.12
cache: 'pip'
- name: pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: "--from-ref origin/main --to-ref HEAD"