Skip to content

Commit

Permalink
Merge pull request #284 from fastlorenzo/fix-linter-2
Browse files Browse the repository at this point in the history
fix: updated linter action
  • Loading branch information
MarcOverIP authored Nov 28, 2022
2 parents 81cae80 + 158fe4a commit 5f50fc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ on:
- .github/workflows/lint.yml

jobs:
build:
runs-on: ubuntu-latest
lint:
runs-on: ubuntu-20.04

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.6
uses: actions/setup-python@v4
with:
python-version: "3.8.10"
architecture: "x64"
python-version: "3.6.9"
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5f50fc6

Please sign in to comment.