From c002539fb83d0311e298c0608c803093b4fe0002 Mon Sep 17 00:00:00 2001 From: Gen Tamura Date: Fri, 5 Dec 2025 10:02:45 +0900 Subject: [PATCH 1/2] Add workflow --- .github/workflows/ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..2a36225 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,21 @@ +name: CI + +on: + push: + branches: + - main + pull_request: + branches: + - "**" + +permissions: + contents: write + pull-requests: write + id-token: write + +jobs: + lint: + uses: listee-dev/listee-ci/.github/workflows/lint.yml@main + + typecheck: + uses: listee-dev/listee-ci/.github/workflows/typecheck.yml@main From 045ee6caea50850b762702ac3b9107990eff3340 Mon Sep 17 00:00:00 2001 From: Gen Tamura Date: Fri, 5 Dec 2025 10:12:22 +0900 Subject: [PATCH 2/2] Update permissions --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a36225..0343065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ on: permissions: contents: write - pull-requests: write - id-token: write jobs: lint: