Skip to content

Add flag for Pacific Community #117

Add flag for Pacific Community

Add flag for Pacific Community #117

Workflow file for this run

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test