From 56380ded287e540c3629e4d33468115080784d7f 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..9e2ea67b7 --- /dev/null +++ b/.github/workflows/lint.yaml @@ -0,0 +1,7 @@ +name: lint + +on: 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