Skip to content

Commit

Permalink
chore: add build action
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 15, 2022
1 parent 6644337 commit eed5ba0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build
on:
pull_request:
branches: [main]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: build
run: yarn && yarn tsc && yarn build

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ yarn install
yarn dev
```

## Building for production



## Docker image

```
Expand Down

0 comments on commit eed5ba0

Please sign in to comment.