From 74721d6fd7b6daa762a495477ae522f8aaaeeacd Mon Sep 17 00:00:00 2001 From: Rikko Date: Tue, 14 Jun 2022 22:13:19 +0530 Subject: [PATCH] Create mod-analyze.yml --- .github/workflows/mod-analyze.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/mod-analyze.yml diff --git a/.github/workflows/mod-analyze.yml b/.github/workflows/mod-analyze.yml new file mode 100644 index 0000000..16eec7f --- /dev/null +++ b/.github/workflows/mod-analyze.yml @@ -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