fix(indexer-native): abandon neon-utils in favor of napi-6 #1442
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Check Formatting" | |
on: | |
push: | |
branches: [main] | |
pull_request: {} | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Build and Format | |
run: yarn | |
- name: Check Formatting | |
run: git diff --exit-code |