/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/lint-commits.yaml
23 строки
539 B
renovate[bot]
chore(deps): update actions/checkout action to v7.0.1 (#1700)
27 июл 2026, 20:07
Не верифицирован
27 июл 2026, 20:07
f894e82
Код
Авторство
О чём код?
name: Lint commits on: pull_request: permissions: {} jobs: lint-commits: name: Lint commits runs-on: ubuntu-latest env: FORCE_COLOR: true permissions: contents: read steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false - uses: crate-ci/committed@faeed42f2e10c244533a01525f13c4d8b6ce383f # v1.1.11 with: args: "-vv --no-merge-commit --config=.config/committed.toml"