Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jan 16, 2024
1 parent 1e0d95a commit 4794406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
run: poetry add validator/target/wheels/*

- name: Type check with mypy
run: poetry run mypy guppy
run: poetry run mypy guppylang

- name: Check formatting with ruff
uses: chartboost/ruff-action@v1
with:
src: "./guppy"
src: "./guppylang"
args: format --check

- name: Lint with ruff
uses: chartboost/ruff-action@v1
with:
src: "./guppy"
src: "./guppylang"
args: check

- name: Run tests
Expand Down

0 comments on commit 4794406

Please sign in to comment.