Skip to content

GitHub Actions that are being reused across repositories.

Notifications You must be signed in to change notification settings

ronin-co/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RONIN GitHub Actions

A collection of reusable GitHub Actions for public repositories in the RONIN GitHub org.

The contents of this repository are meant to be used exclusively by the RONIN team. The repository is only public because GitHub requires it to be. If it were private, other public repositories could not make use of it.

Example

name: Validate

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  validate:
    uses: ronin-co/actions/.github/workflows/validate.yml@main
    with:
      package_dir: './'  # Adjust if your package is in a subdirectory

About

GitHub Actions that are being reused across repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published