Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 25, 2024
1 parent df9fed1 commit cf7e11f
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 @@ -88,7 +88,7 @@ jobs:
vis:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
- name: Check out repo
uses: actions/checkout@v4
- name: Build vis
run: |
Expand All @@ -104,7 +104,7 @@ jobs:
npm:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
- name: Check out repo
uses: actions/checkout@v4
- name: Build npm package
run: |
Expand All @@ -123,7 +123,7 @@ jobs:
R:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
- name: Check out repo
uses: actions/checkout@v4
- name: Build R package
run: |
Expand Down

0 comments on commit cf7e11f

Please sign in to comment.