Test the action.

This commit is contained in:
Miles Johnson 2023-08-01 15:16:50 -07:00
parent 38cd35a11f
commit 2b56f5e1e8

View file

@ -14,3 +14,13 @@ jobs:
- run: npm install -g pnpm - run: npm install -g pnpm
- run: pnpm install - run: pnpm install
- run: pnpm run check - 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