Skip to content

Merge pull request #9 from egose/renovate/shellcheck-0.x #35

Merge pull request #9 from egose/renovate/shellcheck-0.x

Merge pull request #9 from egose/renovate/shellcheck-0.x #35

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