Skip to content

chore: Add permissions to all workflows #148

chore: Add permissions to all workflows

chore: Add permissions to all workflows #148

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version: "22"
- name: Install dependencies
run: npm ci
- name: Build code
run: |
npm run build