Skip to content

STYLE: Remove duplicated include in vtkMRMLSequenceStorageNode.cxx #3

STYLE: Remove duplicated include in vtkMRMLSequenceStorageNode.cxx

STYLE: Remove duplicated include in vtkMRMLSequenceStorageNode.cxx #3

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events
push:
branches: [ main ]
pull_request:
branches:
- "*"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: '3.9'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0