mirror of
https://github.com/ivuorinen/.github.git
synced 2026-03-21 11:01:17 +00:00
Fix config and readme
This commit is contained in:
@@ -9,13 +9,13 @@ Actions should be linked using the `uses` keyword. Read more from the Reusing wo
|
|||||||
```yml
|
```yml
|
||||||
jobs:
|
jobs:
|
||||||
CompressImages:
|
CompressImages:
|
||||||
uses: ivuorinen/.github/workflows/compress-images.yml
|
uses: ivuorinen/.github/.github/workflows/compress-images.yml
|
||||||
|
|
||||||
ReuseableMatrixJobForComposerInstall:
|
ReusableMatrixJobForComposerInstall:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: ['8.0', '8.1']
|
target: ['8.0', '8.1']
|
||||||
uses: ivuorinen/.github/workflows/composer-install.yml@main
|
uses: ivuorinen/.github/.github/workflows/composer-install.yml@main
|
||||||
with:
|
with:
|
||||||
php-versions: ${{ matrix.target }}
|
php-versions: ${{ matrix.target }}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>ivuorinen/.github:renovate-config"],
|
"extends": ["github>ivuorinen/.github:renovate-config"]
|
||||||
"includePaths": [
|
|
||||||
".",
|
|
||||||
"./**"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user