Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/nuget/src/Cropper.Blazor/dev/dotne…
Browse files Browse the repository at this point in the history
…t-f89b2e9215
  • Loading branch information
ColdForeign authored Aug 8, 2024
2 parents 6db32c0 + 15db7da commit e23f82e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:
pull_request:
branches-ignore:
- master
- dependabot
- dependabot/**

jobs:
code-quality-check:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Check code quality
uses: CropperBlazor/Cropper.Blazor/.github/workflows/build-test-template.yml@dev
secrets: inherit

code-linting:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Code linting
runs-on: ubuntu-latest
needs: code-quality-check
Expand Down

0 comments on commit e23f82e

Please sign in to comment.