Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored May 10, 2024
1 parent bc355b4 commit 9c45401
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [ "main" ]

jobs:
build and test:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -40,8 +40,7 @@ jobs:
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}

lint:
name: Lint & Mypy
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c45401

Please sign in to comment.