Skip to content

Commit

Permalink
Delete devcontainer.json (#205)
Browse files Browse the repository at this point in the history
* Delete devcontainer.json

* check yarn build as well in the GH Action
  • Loading branch information
kalepail authored Sep 21, 2023
1 parent 9cfa08f commit 45f365b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .devcontainer/devcontainer.json

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ 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 45f365b

Please sign in to comment.