Skip to content

Commit

Permalink
GitHub job for typing test
Browse files Browse the repository at this point in the history
Internal-tag: [#63605]
Signed-off-by: gkierzkowski <gkierzkowski@internships.antmicro.com>
  • Loading branch information
gkierzkowski-ant committed Aug 21, 2024
1 parent 1d899f2 commit d6cb03b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ jobs:
run: |
./.github/scripts/ci.sh lint
typing_test:
runs-on: ubuntu-latest
container:
image: debian:bookworm
name: "Test typing"

steps:
- name: Install git package
run: |
apt-get update -qq
apt-get install -y git
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run typing checks
continue-on-error: true
run: |
./.github/scripts/ci.sh pyright_check
tests:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit d6cb03b

Please sign in to comment.