Skip to content

Commit 2591bdc

Browse files
committed
docs: 📝 Update worklow
1 parent 365b602 commit 2591bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/development-workflow.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An example of a workflow that runs CodeLimit on every push and before every
2020
merge to `main`:
2121

2222
```yaml
23-
name: 'main'
23+
name: 'codelimit'
2424
2525
on:
2626
push:
@@ -34,8 +34,8 @@ jobs:
3434
ci:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- name: 'Checkout'
38-
uses: actions/checkout@v2
37+
- name: 'Checkout sources'
38+
uses: actions/checkout@v4
3939
4040
- name: 'Run CodeLimit'
4141
uses: getcodelimit/codelimit-action@v1

0 commit comments

Comments
 (0)