Skip to content

publish-dmg.sh: fix shellcheck SC2015 (use if-then over A && B || C) #2

publish-dmg.sh: fix shellcheck SC2015 (use if-then over A && B || C)

publish-dmg.sh: fix shellcheck SC2015 (use if-then over A && B || C) #2

Workflow file for this run

name: CI
on:
push:
branches: [main, implementation]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx biome check .
- run: npx tsc --noEmit
- run: npm test
- name: shellcheck
run: shellcheck deploy/*.sh ./*.sh