Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Feb 13, 2025
1 parent 8e8da1d commit ad47e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
mkdir -p "$HOME/bin"
curl -Lo "$HOME/bin/kirill" https://raw.githubusercontent.com/mcandre/kirill/v0.0.1/bin/kirill
chmod +x "$HOME/bin/kirill"
- run: "make -f install.mk -j 4"
- name: "provision dev tools"
run: "make -f install.mk -j 4"
- run: "make lint"

0 comments on commit ad47e41

Please sign in to comment.