Skip to content

Commit

Permalink
restructure ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jun 27, 2024
1 parent bd233b1 commit 8234164
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go install honnef.co/go/tools/cmd/[email protected]
staticcheck -f stylish ./...
other:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -48,10 +48,15 @@ jobs:
with:
args: 'format --check'

other:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Other tests
- name: Run extra CI checks
run: python etc/ci-check.py

0 comments on commit 8234164

Please sign in to comment.