Skip to content

Commit

Permalink
ci: Rename check back to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Sep 8, 2024
1 parent f01016d commit 7045328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
POETRY_VERSION: "1.5"

jobs:
check:
name: Check
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
# run integration tests on PRs originating in the upstream repo (non-forks only)
if: github.repository == 'axiomhq/axiom-py' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
needs: check
needs: lint
strategy:
fail-fast: true
max-parallel: 1
Expand Down

0 comments on commit 7045328

Please sign in to comment.