diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml new file mode 100644 index 000000000..a18ffb004 --- /dev/null +++ b/.github/workflows/lint.yaml @@ -0,0 +1,7 @@ +name: lint + +on: push + +jobs: + call-workflow: + uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main \ No newline at end of file diff --git a/doc/news/DM-44918.feature.rst b/doc/news/DM-44918.feature.rst new file mode 100644 index 000000000..d8d1ee3ed --- /dev/null +++ b/doc/news/DM-44918.feature.rst @@ -0,0 +1 @@ +Add lint GitHub workflow. \ No newline at end of file diff --git a/doc/news/interface_changes/DM-44918.tunablelaser.rst b/doc/news/interface_changes/DM-44918.tunablelaser.rst new file mode 100644 index 000000000..5d35e419a --- /dev/null +++ b/doc/news/interface_changes/DM-44918.tunablelaser.rst @@ -0,0 +1 @@ +Fix black formatting. \ No newline at end of file diff --git a/python/lsst/ts/xml/enums/TunableLaser.py b/python/lsst/ts/xml/enums/TunableLaser.py index 4099d9f3e..1e843614c 100644 --- a/python/lsst/ts/xml/enums/TunableLaser.py +++ b/python/lsst/ts/xml/enums/TunableLaser.py @@ -28,6 +28,7 @@ class LaserDetailedState(enum.IntEnum): PROPAGATING_CONTINUOUS_MODE = 3 PROPAGATING_BURST_MODE = 4 + class LaserErrorCode(enum.IntEnum): """Laser error codes"""