Skip to content

add: a global CHANGELOG #51

add: a global CHANGELOG

add: a global CHANGELOG #51

Workflow file for this run

---
name: CI
on:
push:
jobs:
ci-lint:
runs-on: ubuntu-latest
strategy:
# if one fails continues running the others
fail-fast: false
steps:
- name: checkout-action
uses: actions/checkout@v4.1.7
- name: yamllint-action
uses: ibiqlik/action-yamllint@v3
- name: vale-action
uses: errata-ai/vale-action@v2.1.0
- name: typos-action
uses: crate-ci/typos@v1.21.0
- name: Codespell with annotations
uses: codespell-project/actions-codespell@v2.0
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2