mirror of
https://github.com/distribution/distribution.git
synced 2025-09-04 00:16:10 +00:00
Dummy workflow to enable GitHub Actions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
14
.github/workflows/dummy.yml
vendored
Normal file
14
.github/workflows/dummy.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: dummy
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dummy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
Reference in New Issue
Block a user