Skip to content

Code Validation (Android, refactor-collections-actions) #76

Code Validation (Android, refactor-collections-actions)

Code Validation (Android, refactor-collections-actions) #76

name: Code Validation (Android)
run-name: Code Validation (Android, ${{ github.ref_name }})
on:
push:
paths:
- 'source/**'
- '.github/workflows/build-dispatch.yaml'
- '.github/workflows/build-validate-android.yaml'
- '!source/data/**'
workflow_dispatch:
jobs:
validate:
name: Validate (${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }})
uses: ./.github/workflows/build-dispatch.yaml

Check failure on line 16 in .github/workflows/build-validate-android.yaml

View workflow run for this annotation

GitHub Actions / Code Validation (Android)

Invalid workflow file

The workflow is not valid. .github/workflows/build-validate-android.yaml (Line: 16, Col: 11): Secret conan_user is required, but not provided while calling. .github/workflows/build-validate-android.yaml (Line: 16, Col: 11): Secret conan_token is required, but not provided while calling.
strategy:
matrix:
project: [all]
pipeline: [Android35-ARMv8,Android35-x64]
config: [Debug,Develop,Profile,Release]
with:
host-platform: 'windows-latest'
target-platform: 'android'
targets: "${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }}"