We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de04de commit 46dadb9Copy full SHA for 46dadb9
.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