Feature/fix ci #233
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Meta File Check (github-hosted ubuntu-latest) | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
push: | |
branches: | |
- main | |
paths: | |
- src/MinimalUtility.Unity/Assets/** | |
- src/MinimalUtility.Unity/Packages/** | |
workflow_dispatch: {} | |
jobs: | |
meta-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout This Repository | |
uses: actions/checkout@v4.2.2 | |
with: | |
submodules: false | |
lfs: true | |
- name: Unity meta files check (github-hosted ubuntu-latest) | |
uses: DeNA/unity-meta-check@v4.0.0 | |
with: | |
target_path: src/MinimalUtility.Unity |