Skip to content

Bump prismjs and react-syntax-highlighter #159

Bump prismjs and react-syntax-highlighter

Bump prismjs and react-syntax-highlighter #159

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage