Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toshok committed Sep 23, 2024
1 parent 92a5bf6 commit dbff81e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,13 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
- name: Create keys.cfg
run: |
touch keys.cfg
- name: Install dependencies
run: |
rye sync
Expand All @@ -45,9 +39,6 @@ jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -70,9 +61,6 @@ jobs:
typecheck:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit dbff81e

Please sign in to comment.