Skip to content

Commit

Permalink
Build on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Jul 9, 2023
1 parent eb33691 commit 72b81c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main

jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn run compile

0 comments on commit 72b81c3

Please sign in to comment.