Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwzeta committed Sep 13, 2023
2 parents 3bc1785 + 0df3bad commit 6b4d0c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
name: Pylint

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "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
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Analytics Performed on NBA data extracted from nba reference.com. The data has been scraped using requests and Beautifulsoup

![alt text]([http://url/to/img.png](https://www.google.com/url?sa=i&url=https%3A%2F%2Fandscape.com%2Ffeatures%2Fhall-of-fame-jerry-west-designer-alan-siegel-nba-logo%2F&psig=AOvVaw2i1nFa-AKOMZENvE5z89kI&ust=1690994088596000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCJCd0oHyu4ADFQAAAAAdAAAAABAJ)https://www.google.com/url?sa=i&url=https%3A%2F%2Fandscape.com%2Ffeatures%2Fhall-of-fame-jerry-west-designer-alan-siegel-nba-logo%2F&psig=AOvVaw2i1nFa-AKOMZENvE5z89kI&ust=1690994088596000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCJCd0oHyu4ADFQAAAAAdAAAAABAJ)
[![alt text]([http://url/to/img.png](https://www.google.com/url?sa=i&url=https%3A%2F%2Fandscape.com%2Ffeatures%2Fhall-of-fame-jerry-west-designer-alan-siegel-nba-logo%2F&psig=AOvVaw2i1nFa-AKOMZENvE5z89kI&ust=1690994088596000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCJCd0oHyu4ADFQAAAAAdAAAAABAJ)https://www.google.com/url?sa=i&url=https%3A%2F%2Fandscape.com%2Ffeatures%2Fhall-of-fame-jerry-west-designer-alan-siegel-nba-logo%2F&psig=AOvVaw2i1nFa-AKOMZENvE5z89kI&ust=1690994088596000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCJCd0oHyu4ADFQAAAAAdAAAAABAJ)

0 comments on commit 6b4d0c5

Please sign in to comment.