From 11db98a0219dd058211ad8d4e42a24e6f5ba52f3 Mon Sep 17 00:00:00 2001 From: Wouter van Reeven Date: Wed, 19 Jun 2024 16:57:42 +0200 Subject: [PATCH] Add lint GitHub workflow. --- .github/workflows/lint.yaml | 7 +++++++ doc/news/DM-44918.feature.rst | 1 + 2 files changed, 8 insertions(+) create mode 100644 .github/workflows/lint.yaml create mode 100644 doc/news/DM-44918.feature.rst diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml new file mode 100644 index 000000000..84daff626 --- /dev/null +++ b/.github/workflows/lint.yaml @@ -0,0 +1,7 @@ +name: lint + +on: [push, pull_request] + +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