Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ reusable Public

Yet another repository of reusable workflows for GitHub Actions

License

Notifications You must be signed in to change notification settings

vbem/reusable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

55 Commits

Repository files navigation

Yet another repository of reusable workflows

Static Badge GitHub GitHub release (latest SemVer) superlinter.test keepalive.test

superlinter

superlinter.yml predefined generic configurations for the well-known Super-Linter action. Create .github/workflows/linter.yaml in your repository:

---
name: Linter
concurrency:
 group: ${{ github.workflow }}@${{ github.ref }}
 cancel-in-progress: true
on:
 push:
 branches: [master, main]
 workflow_dispatch:
jobs:
 calling:
 permissions:
 contents: read
 packages: read
 statuses: write
 uses: vbem/reusable/.github/workflows/superlinter.yml@v1
...

keepalive

keepalive.yml is a wrapper the well-known Keepalive Workflow action. Create .github/workflows/alive.yaml in your repository:

---
name: Alive
on:
 schedule: [ cron: '0 0 * * 1,3,5' ] # in UTC-0 timezone
 workflow_dispatch:
jobs:
 calling:
 permissions:
 contents: write
 uses: vbem/reusable/.github/workflows/keepalive.yml@v1
...

About

Yet another repository of reusable workflows for GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /