Skip to content

Implement new keyring template processor. #4

Implement new keyring template processor.

Implement new keyring template processor. #4

Workflow file for this run

name: 🧪 Code Coverage & Testing
on:
push:
branches:
- 'main'
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.goreleaser.yaml'
- 'example/**'
- 'docs/**'
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.goreleaser.yaml'
- 'example/**'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: 🛡 Testing Suite
uses: launchrctl/launchr/.github/workflows/test-suite.yaml@main