We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b602 commit 2591bdcCopy full SHA for 2591bdc
‎docs/getting-started/development-workflow.md‎
@@ -20,7 +20,7 @@ An example of a workflow that runs CodeLimit on every push and before every
20
merge to `main`:
21
22
```yaml
23
-name: 'main'
+name: 'codelimit'
24
25
on:
26
push:
@@ -34,8 +34,8 @@ jobs:
34
ci:
35
runs-on: ubuntu-latest
36
steps:
37
- - name: 'Checkout'
38
- uses: actions/checkout@v2
+ - name: 'Checkout sources'
+ uses: actions/checkout@v4
39
40
- name: 'Run CodeLimit'
41
uses: getcodelimit/codelimit-action@v1
0 commit comments