Skip to content

自動レビューシステムを色々変更 #1

自動レビューシステムを色々変更

自動レビューシステムを色々変更 #1

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
paths:
- src/**
- .github/workflows/**
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
build:
name: Build
needs: test
uses: ./.github/workflows/build.yml