Skip to content

Commit

Permalink
Merge pull request #5 from thecodeinfluencer/fx-commitlint-actions
Browse files Browse the repository at this point in the history
build: add sudo to commit lint
  • Loading branch information
thecodeinfluencer authored May 18, 2024
2 parents 45247bf + 806ef3f commit 67e3dbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
fetch-depth: 0
- name: Install required dependencies
run: |
apt update
apt install -y sudo
sudo apt update
sudo apt install -y git curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs
Expand Down

0 comments on commit 67e3dbf

Please sign in to comment.