Fixes lint action

pull/662/head
sobolevn 3 years ago committed by Nikita Sobolev
parent 6be7bdc1d3
commit edf822d30b

@ -2,6 +2,8 @@ name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
@ -29,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install shellcheck
run: apt-get install shellcheck make
run: sudo apt-get update && sudo apt-get install -y shellcheck make
- name: Run lint
run: make lint

Loading…
Cancel
Save