Skip to content

Add CI

Add CI #18

Workflow file for this run

name: ⚙️ CI
on:
push:
pull_request:
permissions:
contents: read
actions: read
checks: write
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