Skip to content

Commit

Permalink
[main][560461](UserStory) update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidfm committed Feb 12, 2024
1 parent 2664024 commit cebca36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
with:
python-version: ${{ matrix.python_version }}
python_version: ${{ matrix.python_version }}
- run: poetry run ruff check
ruff-format:
name: Ruff Format
Expand All @@ -31,5 +31,5 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
with:
python-version: ${{ matrix.python_version }}
python_version: ${{ matrix.python_version }}
- run: poetry run ruff format --check
2 changes: 2 additions & 0 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
with:
python-version: ${{ inputs.python_version }}
cache: 'poetry'
- run: cd ./flixpy
shell: bash
- name: Install Dependencies
run: poetry install
shell: bash

0 comments on commit cebca36

Please sign in to comment.