Merge pull request #176 from crazy-max/fix-validate

ci: fix validate workflow
This commit is contained in:
CrazyMax
2023-11-17 01:33:32 -08:00
committed by GitHub
4 changed files with 15 additions and 21 deletions

View File

@@ -9,26 +9,20 @@ on:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '.github/workflows/ci-subaction.yml'
- 'subaction/**'
pull_request:
paths-ignore:
- '.github/workflows/ci-subaction.yml'
- 'subaction/**'
jobs:
prepare:
runs-on: ubuntu-latest
outputs:
targets: ${{ steps.targets.outputs.matrix }}
targets: ${{ steps.generate.outputs.targets }}
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Targets matrix
id: targets
name: List targets
id: generate
uses: ./subaction/list-targets
with:
target: validate

View File

@@ -81,14 +81,14 @@ jobs:
prepare:
runs-on: ubuntu-latest
outputs:
targets: ${{ steps.matrix.outputs.targets }}
targets: ${{ steps.generate.outputs.targets }}
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Matrix
id: matrix
name: List targets
id: generate
uses: docker/bake-action/subaction/list-targets@v4
with:
target: validate

16
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long