Skip to content

Arista python interpreter #34

Arista python interpreter

Arista python interpreter #34

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
- develop
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()