From 2b56f5e1e8aa209b54d6e34455af13d4ce3f84c2 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 1 Aug 2023 15:16:50 -0700 Subject: [PATCH] Test the action. --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 023cd2b..ba38895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,3 +14,13 @@ jobs: - run: npm install -g pnpm - run: pnpm install - run: pnpm run check + action: + name: 'Action' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + - run: npm install -g pnpm + - run: pnpm install + - run: pnpm run build + - run: node dist/index.js