Skip to content

feat: update Upgrade CLI and other dependencies #7

feat: update Upgrade CLI and other dependencies

feat: update Upgrade CLI and other dependencies #7

Workflow file for this run

---
name: "linters"
on:
pull_request:
jobs:
commits-checks:
runs-on: ubuntu-latest
steps:
- name: "Check out the repository"
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all tags and branches
- name: "Check commit messages"
uses: docker://aevea/commitsar