Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kotto5 committed Oct 18, 2023
1 parent fd3dc7d commit 3ee2ce9
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 399 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: npm-install
run: yarn

+ - name: app-build
+ run: yarn build
Loading

0 comments on commit 3ee2ce9

Please sign in to comment.