Skip to content

Commit

Permalink
Disable commitlint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Aug 5, 2024
1 parent bb351bf commit c286adc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
- name: run linter check on *.sol file
run: yarn lint

commits:
runs-on: ubuntu-latest
# commits:
# runs-on: ubuntu-latest

steps:
- name: Check out github repository
uses: actions/checkout@v3
with:
fetch-depth: 0
# steps:
# - name: Check out github repository
# uses: actions/checkout@v3
# with:
# fetch-depth: 0

- name: Run commitlint
uses: wagoid/commitlint-github-action@v5
# - name: Run commitlint
# uses: wagoid/commitlint-github-action@v5

0 comments on commit c286adc

Please sign in to comment.