We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cc162 commit 552493fCopy full SHA for 552493f
.github/workflows/pr.yaml
@@ -45,6 +45,9 @@ jobs:
45
with:
46
ref: refs/pull/${{ github.event.number }}/merge
47
48
+ - name: Install Make
49
+ run: apk add make
50
+
51
- name: Lint
52
run: make lint
53
.github/workflows/push.yaml
@@ -43,6 +43,9 @@ jobs:
43
44
- uses: actions/checkout@v4
# This gets killed, probably due to memory usage
# - name: Lint
# run: make lint
.github/workflows/release.yaml
@@ -42,6 +42,9 @@ jobs:
42
0 commit comments