Skip to content

2.0 Changes - including _b flag for pokemon bread forms #10

2.0 Changes - including _b flag for pokemon bread forms

2.0 Changes - including _b flag for pokemon bread forms #10

Workflow file for this run

name: Test
on: pull_request
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
env:
HUSKY: 0
- name: Run tests
run: pnpm run test