We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865e782 commit 96e07ebCopy full SHA for 96e07eb
1 file changed
README.md
@@ -15,7 +15,7 @@ To use the deadcode GitHub Action add the following step to your workflow:
15
16
```yml
17
- id: deadcode
18
- uses: lost-coders/deadcode-action@v1
+ uses: lost-coders/deadcode-action@v0.1.0
19
```
20
21
By default, the deadcode Github Action will run with the
@@ -33,7 +33,7 @@ use the following syntax:
33
34
35
36
37
with:
38
go-version: <your-Go-version>
39
go-package: <your-package-pattern>
@@ -51,7 +51,7 @@ jobs:
51
name: Run deadcode
52
steps:
53
54
55
56
go-version: "1.21"
57
go-package: "./..."
0 commit comments