Skip to content

Commit

Permalink
chore: remove ending dot
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 21, 2025
1 parent 6fd0524 commit bc487d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: ${{ env.KURTOSIS_VERSION }}

- name: Cache Docker images.
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }}
Expand All @@ -55,7 +55,7 @@ jobs:
with:
version: ${{ env.KURTOSIS_VERSION }}

- name: Cache Docker images.
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }}
Expand All @@ -76,7 +76,7 @@ jobs:
with:
version: ${{ env.KURTOSIS_VERSION }}

- name: Cache Docker images.
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ env.KURTOSIS_VERSION }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Cache Docker images.
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile', 'examples', 'src/config/default_config.yaml') }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Install devnet
run: make install

- name: Cache Docker images.
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-a294978-${{ hashFiles('examples/eigenda.yaml') }}
Expand Down

0 comments on commit bc487d7

Please sign in to comment.