mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 18:51:19 +00:00
refactor: rename action.yaml
metadata file to action.yml
(#254)
This commit is contained in:
parent
619e6dc19a
commit
a5ee64b2bc
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
@ -125,7 +125,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
@ -149,7 +149,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
@ -173,7 +173,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
action.yaml
|
action.yml
|
||||||
dist
|
dist
|
||||||
test
|
test
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
|
@ -12,7 +12,7 @@ Configure, build, and test your [CMake](https://cmake.org/) project using [GitHu
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
For more information, refer to [action.yaml](./action.yaml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).
|
For more information, refer to [action.yml](./action.yml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).
|
||||||
|
|
||||||
### Inputs
|
### Inputs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user