Skip to content

Merge pull request #28 from egose/renovate/egose-actions-digest #70

Merge pull request #28 from egose/renovate/egose-actions-digest

Merge pull request #28 from egose/renovate/egose-actions-digest #70

Workflow file for this run

name: Check code/commit conventions
on: push
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Install asdf tools
uses: egose/actions/asdf-tools@014f4085378005014da8017ce3fdd91899d9083c
- name: Install python tools
run: |
pip install -r requirements.txt
asdf reshim
- name: Rerun Pre-Commit Hooks on CI
run: pre-commit run --color=always --show-diff-on-failure --all-files
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed