Skip to content

Commit

Permalink
Rename job id & remove show version & using 'only' in install
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuRyo61 committed Dec 3, 2023
1 parent 44995e7 commit a077afb
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Lint
on:
push:
jobs:
flake8:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
- run: poetry --version
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- name: Install project dependencies
run: |
poetry install --sync --with=main,dev
poetry install --sync --only=main,dev
- name: Run lint
run: |
poetry run flake8
92 changes: 91 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a077afb

Please sign in to comment.