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

Commit

Permalink
add a build step to the gh action (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail authored Aug 3, 2023
1 parent 3d13c62 commit 4d500ba
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 4d500ba

Please sign in to comment.