Skip to content

Bump prismjs from 1.29.0 to 1.30.0 #7

Bump prismjs from 1.29.0 to 1.30.0

Bump prismjs from 1.29.0 to 1.30.0 #7

Workflow file for this run

name: Pull Request Actions
on:
pull_request:
branches: [devel]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint lux
run: npm run lint:lux
- name: Lint app
run: npm run lint
- name: Test lux
run: npm run test:coverage
- name: Build lux
run: npm run build:lux
- name: Build app
run: npm run build