From c286adc9028b8f6ce3335fb8087f0b7eaafa5d3b Mon Sep 17 00:00:00 2001 From: Robert Chu Date: Mon, 5 Aug 2024 15:42:13 -0700 Subject: [PATCH] Disable commitlint checks --- .github/workflows/lint.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9fb5b1f1..8433819f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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