Skip to content

Merge pull request #4 from CERT-Polska/feature/max-pcap-size #14

Merge pull request #4 from CERT-Polska/feature/max-pcap-size

Merge pull request #4 from CERT-Polska/feature/max-pcap-size #14

Workflow file for this run

name: Test the code
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: CERT-Polska/lint-python-action@v2
with:
source: karton/
python-version: "3.10"