Skip to content

fix: handle errors fetching actions and vouchers from the DB #1142

fix: handle errors fetching actions and vouchers from the DB

fix: handle errors fetching actions and vouchers from the DB #1142

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