Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create django.yml #29

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open

Create django.yml #29

wants to merge 44 commits into from

Conversation

sindrelothe
Copy link
Contributor

No description provided.

@sindrelothe sindrelothe requested a review from emilte March 29, 2022 18:14
@sindrelothe sindrelothe self-assigned this Mar 29, 2022
@sindrelothe sindrelothe linked an issue Mar 29, 2022 that may be closed by this pull request
infoscreen/models/tag.py Outdated Show resolved Hide resolved
root/models/base.py Outdated Show resolved Hide resolved
root/models/base.py Outdated Show resolved Hide resolved
root/settings/heroku.py Outdated Show resolved Hide resolved
root/urls.py Outdated Show resolved Hide resolved
This was referenced Apr 21, 2022
infoscreen/apps.py Outdated Show resolved Hide resolved
infoscreen/models/color.py Outdated Show resolved Hide resolved
@@ -46,4 +46,4 @@ jobs:
python -m pipenv run python manage.py migrate

- name: Run pylint
run: python -m pipenv run pylint infoscreen
run: python -m pipenv run pylint ./run-pylint.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm er dette riktig?

@@ -2,4 +2,4 @@
PROJECT_DIR=$(pwd)
PYTHONPATH="$PROJECT_DIR:$PYTHONPATH"
echo "PYTHONPATH=$PYTHONPATH"
PYTHONPATH=$PYTHONPATH pylint infoscreen
PYTHONPATH=$PYTHONPATH pylint infoscreen root
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja det ser riktig ut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Legge linting inn i workflow
2 participants