Skip to content

style(doses_tests): remove unused import #60

style(doses_tests): remove unused import

style(doses_tests): remove unused import #60

Workflow file for this run

name: Commit Check

Check failure on line 1 in .github/workflows/commit-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commit-check.yml

Invalid workflow file

(Line: 11, Col: 17): Unexpected value '', (Line: 12, Col: 5): Unexpected value 'contents', (Line: 13, Col: 5): Unexpected value 'pull-requests'
on:
push:
pull_request:
branches: 'main'
jobs:
commit-check:
runs-on: ubuntu-latest
permissions: # use permissions because use of pr-comments
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Required for merge-base checks
- uses: commit-check/commit-check-action@v2
with:
message: true
branch: true
author-name: false
author-email: false
job-summary: true
pr-comments: ${{ github.event_name == 'pull_request' }}