ci: install make
This commit is contained in:
@@ -59,5 +59,8 @@ jobs:
|
||||
- name: Install prettier
|
||||
run: npm i -g prettier@3.8.1
|
||||
|
||||
- name: Install make
|
||||
run: apt-get install -y --no-install-recommends make
|
||||
|
||||
- name: Run lint checks
|
||||
run: make lint
|
||||
|
||||
Reference in New Issue
Block a user