Skip to content

feat(actions): add PRESENT_POI action type for Horizon allocations #2581

feat(actions): add PRESENT_POI action type for Horizon allocations

feat(actions): add PRESENT_POI action type for Horizon allocations #2581

name: "Check Formatting"
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js v20
uses: actions/setup-node@v2.1.5
with:
node-version: 20
- name: Build and Format
run: yarn
- name: Check Formatting
run: git diff --exit-code