Remove LangVersion.props and DataBind #230
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: | |
- Assets/** | |
- Packages/** | |
workflow_dispatch: {} | |
jobs: | |
meta-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout This Repository | |
uses: actions/checkout@v4.1.1 | |
with: | |
submodules: false | |
lfs: true | |
- name: Unity meta files check (github-hosted ubuntu-latest) | |
uses: DeNA/unity-meta-check@v3.2.2 |