Skip to content

fix: update name and description of STRK staking to a more generic one #148

fix: update name and description of STRK staking to a more generic one

fix: update name and description of STRK staking to a more generic one #148

name: Validate repository
on:
pull_request:
paths:
- 'schemas/**'
- 'repository/**'
- 'scripts/**'
- 'src/**'
- 'tests/**'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run Jest tests
run: yarn test
- name: Validate repository
run: node ./scripts/validator.js