Skip to content

Commit

Permalink
ci: add build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Sep 27, 2023
1 parent f52b732 commit 3121362
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
setup:
uses: ./.github/workflows/setup.yaml
build:
runs-on: ubuntu-latest
needs: setup

steps:
- uses: actions/checkout@v3
- run: make build

0 comments on commit 3121362

Please sign in to comment.