Skip to content

Merge pull request #26 from egose/renovate/egose-actions-digest #65

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

Merge pull request #26 from egose/renovate/egose-actions-digest #65

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@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Install asdf tools
uses: egose/actions/asdf-tools@fcbd49ff02e492f8b2caf13963e0784f8942c9f4
- 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@cbb722410c2e876e24abbe8de2cc27693e501dcb
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3