mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
269cde50d5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
404 B
YAML
16 lines
404 B
YAML
# Not run as part of pre-commit checks because they don't handle sending the correct commit
|
|
# range to `committed`
|
|
name: Lint Commits
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
committed:
|
|
name: Lint Commits
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions Repository
|
|
uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Lint Commits
|
|
uses: crate-ci/committed@master
|