/github

Reusable workflows for GitHub Actions

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Reusable workflows for GitHub Actions

Usage

---
name: CI
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main
jobs:
  ci:
    uses: kare/github/.github/workflows/go-pkg-ci.yaml@v0.5.0

Development

Release

Git tag and create a release commit including version update in README.md.

./release.bash 0.2.1