Skip to content

Merge pull request #152 from greymass/seo-config-type #60

Merge pull request #152 from greymass/seo-config-type

Merge pull request #152 from greymass/seo-config-type #60

Workflow file for this run

name: Code Checks
on:
push:
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
types:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx tsc --noemit