Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

chore(deps): bump prismjs from 1.29.0 to 1.30.0 #1139

chore(deps): bump prismjs from 1.29.0 to 1.30.0

chore(deps): bump prismjs from 1.29.0 to 1.30.0 #1139

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
main:
name: Continuous Integration (CI)
runs-on: ubuntu-latest
permissions:
contents: 'read'
actions: 'read'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'master'
- run: npm ci
- run: npx nx format:check
- run: npx nx affected -t lint,test,build --parallel=3