Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

add a build step to the gh action #529

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install App Dependencies
run: yarn --prefer-offline

- name: Format MDX with Prettier
- name: Check MDX
run: yarn check:mdx

# - name: Lint with ESLint
# run: yarn lint:fix
- name: Build app
run: yarn build