Skip to content

Split ‘using plugins’ into a page #10

Split ‘using plugins’ into a page

Split ‘using plugins’ into a page #10

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Run tests
on: push
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "tests"
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test