Skip to content

Commit

Permalink
ci: add test-check-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Jul 12, 2023
1 parent 14c1084 commit c5d6203
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test-check-runs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# _ _
# __| | __ _ ___ __| |
# / _` |/ _` |/ _ \/ _` |
# | (_| | (_| | __/ (_| |
# \__,_|\__,_|\___|\__,_|
#
# Copyright (C) 2023 @daeuniverse <https://github.com/daeuniverse>
#
# This is a open-source software, liscensed under the MIT License.
# See /License for more information.

name: Test check runs

on:
workflow_dispatch:

jobs:
clone-seed-jobs:
uses: daeuniverse/ci-seed-jobs/.github/workflows/checkout-seed-jobs.yml@master

instantiate-check-runs:
runs-on: ubuntu-latest
steps:
- run: 'ls .'
- uses: ./core/daed/instantiate-check-runs

0 comments on commit c5d6203

Please sign in to comment.