From 56c3aac1744fdc04166ac64def4c97b2edf39bcd Mon Sep 17 00:00:00 2001 From: toririm Date: Sun, 2 Feb 2025 02:56:39 +0900 Subject: [PATCH] Add mobile-ci.yml --- .github/workflows/mobile-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/mobile-ci.yml diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml new file mode 100644 index 0000000..25dca6c --- /dev/null +++ b/.github/workflows/mobile-ci.yml @@ -0,0 +1,20 @@ +name: mobile + +on: + pull_request: + paths: + - 'services/mobile/**' + - 'modules/common/**' + - '.github/workflows/mobile-ci.yml' + +defaults: + run: + working-directory: services/mobile + +jobs: + typecheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: './.github/actions/setup-deps' + - run: pnpm run typecheck