Create mod-analyze.yml

This commit is contained in:
Rikko 2022-06-14 22:13:19 +05:30
parent 701efd9da5
commit 74721d6fd7

22
.github/workflows/mod-analyze.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: PluginCheck
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "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: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Analysing mods
run: |
echo blabla