Skip to content

takari/takari-gh-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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