Skip to content

[ImgBot] Optimize images #71

[ImgBot] Optimize images

[ImgBot] Optimize images #71

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v4
# Check commitlint
- name: Check commitlint
uses: wagoid/commitlint-github-action@v6