Skip to content

Commit

Permalink
fixup! feat(CSN-506): Add commitlint workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAnishchuk committed Feb 3, 2025
1 parent 6386fd3 commit 85ce628
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
fetch-depth: 0
- name: Install required dependencies
run: |
apt update
apt install -y sudo
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 85ce628

Please sign in to comment.