Skip to content

ci: fix pipeline and put platforms variable on the correct place #14

ci: fix pipeline and put platforms variable on the correct place

ci: fix pipeline and put platforms variable on the correct place #14

Workflow file for this run

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