We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0d0c4 commit f2b8846Copy full SHA for f2b8846
1 file changed
.github/workflows/pr_test.yml
@@ -44,12 +44,6 @@ jobs:
44
- name: "Install dependencies"
45
run: make mod-download
46
shell: bash
47
- - name: "Config Artifact"
48
- uses: actions/download-artifact@v4
49
- with:
50
- name: config-artifact-${{ github.sha }}
51
- - name: "Move Config"
52
- run: mv config.toml pkg/config/config.toml
53
- name: golangci-lint
54
uses: golangci/golangci-lint-action@v8
55
with:
0 commit comments