Skip to content

Commit

Permalink
docs: πŸ“ Update worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 19, 2024
1 parent 365b602 commit 2591bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/development-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ An example of a workflow that runs CodeLimit on every push and before every
merge to `main`:

```yaml
name: 'main'
name: 'codelimit'
on:
push:
Expand All @@ -34,8 +34,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'Checkout sources'
uses: actions/checkout@v4
- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1
Expand Down

0 comments on commit 2591bdc

Please sign in to comment.