We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5e95fa + 46dadb9 commit 59b4114Copy full SHA for 59b4114
.github/workflows/pr.yaml
@@ -60,9 +60,6 @@ jobs:
60
with:
61
ref: refs/pull/${{ github.event.number }}/merge
62
63
- - name: Install Make
64
- run: apk add make
65
-
66
- name: Lint
67
run: make lint
68
.github/workflows/release.yaml
@@ -48,9 +48,6 @@ jobs:
48
49
- uses: actions/checkout@v4
50
51
52
53
54
# This gets killed, probably due to memory usage
55
# - name: Lint
56
# run: make lint
0 commit comments