New Workflow

This commit is contained in:
Vishal 2022-08-03 22:06:22 +05:30 committed by GitHub
parent f6bf4d3bd4
commit 2ab9fcc887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/workflows/MetaData.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: MetaDataCheck
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Check MetaData
run: |
echo "Analyzing All Py Files"
cat $(git ls-files '*.py') | grep "# ba_meta require api 7"