Skip to content

Updated network to allow traffic #7

Updated network to allow traffic

Updated network to allow traffic #7

Workflow file for this run

---
name: Validation CI
"on":
push:
branches:
- main
pull_request:
types:
- assigned
- opened
- edited
- reopened
- synchronize
- ready_for_review
- review_requested
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install requirements
run: sudo pip3 install pre-commit
- name: Run pre-commit tests
run: pre-commit run -v --all-files