Skip to content

Merge pull request #70 from atlanticwave-sdx/fix_empty_pull_topology #17

Merge pull request #70 from atlanticwave-sdx/fix_empty_pull_topology

Merge pull request #70 from atlanticwave-sdx/fix_empty_pull_topology #17

Workflow file for this run

# Run some code checks with GitHub Actions.
name: Code checks
on:
push:
branches:
- "main"
pull_request:
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v4
- name: Install Tox
run: |
pip install tox coverage
- name: Lint
run: |
# run only linter
tox -e lint
- name: Lint kytos-sdx Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile