Skip to content

Commit

Permalink
Correct job name
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed May 10, 2024
1 parent 69d3c6f commit 9347d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint-build:
runs-on: ubuntu-latest
steps:
- name: Clone @api3/contracts
- name: Clone repo
uses: actions/checkout@v4

- name: Set up pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone @api3/contracts
- name: Clone repo
uses: actions/checkout@v4

- name: Set up pnpm
Expand All @@ -61,7 +61,7 @@ jobs:
validate-verify:
runs-on: ubuntu-latest
steps:
- name: Clone @api3/contracts
- name: Clone repo
uses: actions/checkout@v4

- name: Set up pnpm
Expand Down

0 comments on commit 9347d36

Please sign in to comment.