Skip to content

Commit

Permalink
ci: migrate build workflow to use cordiverse reusable one
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 20, 2024
1 parent 7a68259 commit 5296aaf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ on:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Install
run: yarn
- name: Build
run: yarn build
uses: cordiverse/workflows/.github/workflows/build.yml@main

0 comments on commit 5296aaf

Please sign in to comment.