Skip to content

Commit

Permalink
ci: Fix job name
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Oct 3, 2023
1 parent 1463669 commit 2c3720d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
check-source:
name: Check dependencies
name: Check source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,7 +18,7 @@ jobs:
with:
name: coliasgroup
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Check dependencies
- name: Check source
run: make check-source
check-dependencies:
name: Check dependencies
Expand Down

0 comments on commit 2c3720d

Please sign in to comment.