Skip to content

Commit

Permalink
commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lihua committed Apr 25, 2024
1 parent b6258b4 commit f9eee66
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Commitlint Check

on: [push, pull_request]

Expand All @@ -9,13 +9,9 @@ jobs:
- uses: actions/checkout@v4
with:
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
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Print versions
run: |
git --version
Expand Down

0 comments on commit f9eee66

Please sign in to comment.