Create GitHub workflow in project file:
.github/workflows/ci.yml
with content:
name: Verify
on:
push:
pull_request:
jobs:
build:
name: Verify
uses: takari/takari-gh-actions/.github/workflows/ci.yml@v1
Create GitHub workflow in project file:
.github/workflows/ci.yml
with content:
name: Verify
on:
push:
pull_request:
jobs:
build:
name: Verify
uses: takari/takari-gh-actions/.github/workflows/ci.yml@v1