Skip to content

lvis-project/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.github (lvis-project)

Org-level meta: reusable workflows and workflow templates.

  • Reusable CI: .github/workflows/plugin-ci.yml (tag @v1)
  • Template: .github/workflow-templates/plugin-ci.yml

Consumer wrapper (each lvis-plugin-* repo)

name: CI
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
jobs:
  ci:
    uses: lvis-project/.github/.github/workflows/plugin-ci.yml@v1

About

Org-level GitHub meta (reusable workflows, templates)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors