Skip to content

Merge branch 'main' of https://github.com/idleberg/node-makensis #78

Merge branch 'main' of https://github.com/idleberg/node-makensis

Merge branch 'main' of https://github.com/idleberg/node-makensis #78

Workflow file for this run

name: Publish on JSR
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
with:
deno-version: v1.x
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
name: Set up Deno cache
with:
path: |
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
- run: |
deno lint \
--ignore=node_modules src tests \
--rules-exclude=no-explicit-any \
./*.ts tests/**/*.ts
deno publish --dry-run
deno publish