Skip to content

Add basic CI

Add basic CI #7

Workflow file for this run

name: ⚙️ CI
on: push
jobs:
call-build-lint:
name: ⚒️ Build - 🧹 Lint
uses: ./.github/workflows/_build-lint.yaml
call-tests:
name: 📝 Tests
uses: ./.github/workflows/_tests.yaml
call-docs:
name: 📙 Documentation
uses: ./.github/workflows/_docs.yaml