Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 509 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 509 Bytes

Takari Shared GitHub Actions

Usage

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

Resources