From 6c84dc1ea7819fca2d68731e06c63a3b03c7aaa7 Mon Sep 17 00:00:00 2001 From: Etienne Jodry Date: Fri, 10 May 2024 16:13:36 +0200 Subject: [PATCH] Test CI, update node --- .github/workflows/{pylint.yml => ci.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{pylint.yml => ci.yml} (93%) diff --git a/.github/workflows/pylint.yml b/.github/workflows/ci.yml similarity index 93% rename from .github/workflows/pylint.yml rename to .github/workflows/ci.yml index 9eaf282..7a1aa24 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Pylint +name: CI on: [push] @@ -12,10 +12,12 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + node-version: 20 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} + node-version: 20 - name: Install dependencies run: | python -m pip install --upgrade pip