Skip to content

Commit

Permalink
ci: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
diohabara committed Jun 23, 2024
1 parent 9fe566f commit 0cbdebe
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1,369 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
apt-get update && apt-get install curl -y
- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/get | bash
Expand All @@ -27,4 +32,5 @@ jobs:
run: rye sync --all-features

- name: Run lints
run: pre-commit
run: |
rye lint pychd
Loading

0 comments on commit 0cbdebe

Please sign in to comment.