Skip to content

Commit

Permalink
Test CI, update node
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Jodry authored and Etienne Jodry committed May 10, 2024
1 parent f7d0085 commit 6c84dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint
name: CI

on: [push]

Expand All @@ -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
Expand Down

0 comments on commit 6c84dc1

Please sign in to comment.