Skip to content

Fast forward 4.2.0 release changes back to main #43

Fast forward 4.2.0 release changes back to main

Fast forward 4.2.0 release changes back to main #43

Workflow file for this run

name: Run Pylint
on: pull_request
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Build Docker image
run: docker build . --file Dockerfile --target lint --tag space-packet-parser-lint:latest
- name: Run Pylint in Docker
run: docker run -i space-packet-parser-lint:latest