Skip to content

feature/gitworkflow-meta-files-check #19

feature/gitworkflow-meta-files-check

feature/gitworkflow-meta-files-check #19

Workflow file for this run

name: Meta Files Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: Meta files check
runs-on: ubuntu-latest-${{ runner.os }}-builder-1604

Check failure on line 9 in .github/workflows/MetaFilesCheck.yml

View workflow run for this annotation

GitHub Actions / Meta Files Check

Invalid workflow file

The workflow is not valid. .github/workflows/MetaFilesCheck.yml (Line: 9, Col: 14): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.os
steps:
- uses: actions/checkout@v2
- uses: DeNA/unity-meta-check@v3
with:
enable_pr_comment: true
pr_comment_lang: en
pr_comment_send_success: false
pr_comment_pull_number: 0
log_level: INFO
target_path: .
target_type: auto-detect
ignore_dangling: false
ignore_case: false
ignore_submodules_and_nested: false
enable_autofix: false
enable_junit: false
autofix_globs: |
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}