Skip to content

Merge pull request #38 from madara-alliance/feat/more #16

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

Merge pull request #38 from madara-alliance/feat/more #16

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