Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <[email protected]>
  • Loading branch information
artemsen committed Jun 12, 2024
1 parent f2bbe75 commit bf8c680
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ name: CI
on: [push, pull_request]

jobs:
commit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: commit-check/commit-check-action@v1
with:
message: false
branch: false
author-name: false
author-email: false
commit-signoff: true
dry-run: false
job-summary: false

build:

runs-on: ubuntu-latest
Expand All @@ -19,7 +33,7 @@ jobs:
libjpeg-dev librsvg2-dev libtiff-dev libwebp-dev
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit bf8c680

Please sign in to comment.