Skip to content

feat: refetch transactions and metadatas at an interval after the las… #749

feat: refetch transactions and metadatas at an interval after the las…

feat: refetch transactions and metadatas at an interval after the las… #749

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Check Prettier
run: bun prettier . --check