Skip to content

chore(validator): bump version to 0.0.3 #34

chore(validator): bump version to 0.0.3

chore(validator): bump version to 0.0.3 #34

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
check_codebase:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
fetch-depth: 0
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'main'
- name: Install pnpm
uses: pnpm/[email protected]
id: pnpm-install
with:
version: 7
run_install: true
- name: Run tests
run: |
pnpm test