Skip to content

Update dependency shiki to ^1.6.3 #9885

Update dependency shiki to ^1.6.3

Update dependency shiki to ^1.6.3 #9885

Workflow file for this run

name: Niquis
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
niquis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- run: nix develop --command bash -c 'pnpm install'
- run: nix develop --command bash -c 'npm run build'
- uses: niquis/action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIQUIS_TOKEN: ${{ secrets.NIQUIS_TOKEN }}