Skip to content

Refactor readmes (#237) #717

Refactor readmes (#237)

Refactor readmes (#237) #717

Workflow file for this run

name: Prettier
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13'
- name: Npm install
working-directory: ./staking
run: npm install
- name : Run prettier check
working-directory: ./staking
run: npx prettier -c app/**/*.ts tests/**/*.ts