Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
AiroPi committed Jan 13, 2025
1 parent 58fe075 commit 89c692b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: lint

on:
# workflow_dispatch:
push:
pull_request:
types: [ opened, reopened, synchronize ]

jobs:
check:
name: check ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false

name: check ${{ matrix.python-version }}
defaults:
run:
working-directory: ./python
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
path: 'python'
- name: Install latest version of uv
uses: astral-sh/setup-uv@v5
- name: Install tox
Expand Down

0 comments on commit 89c692b

Please sign in to comment.