Skip to content

Commit

Permalink
build: disable husky in CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed May 18, 2022
1 parent cf28069 commit 1ea05fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
# push:
# branches: [ master ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand Down

0 comments on commit 1ea05fe

Please sign in to comment.