Skip to content

chore(plugin-api): release @sapphire/plugin-api@8.0.0 #2432

chore(plugin-api): release @sapphire/plugin-api@8.0.0

chore(plugin-api): release @sapphire/plugin-api@8.0.0 #2432

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
linting:
name: Linting
uses: sapphiredev/.github/.github/workflows/reusable-lint.yml@main
build:
name: Building
uses: sapphiredev/.github/.github/workflows/reusable-build.yml@main
docs:
name: Docgen
if: github.event_name == 'pull_request'
uses: sapphiredev/.github/.github/workflows/reusable-yarn-job.yml@main
with:
script-name: docs
test:
name: Tests
uses: sapphiredev/.github/.github/workflows/reusable-tests.yml@main
with:
enable-sonar: true
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
typecheck:
name: Typecheck
uses: sapphiredev/.github/.github/workflows/reusable-typecheck.yml@main