Skip to content

Merge pull request #39 from madara-alliance/feat/more #18

Merge pull request #39 from madara-alliance/feat/more

Merge pull request #39 from madara-alliance/feat/more #18

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
vale:
name: Run vale
uses: ./.github/workflows/vale.yml
spellcheck:
name: Run spellcheck
uses: ./.github/workflows/spellcheck.yml