Skip to content

Bump github/codeql-action from 4.32.1 to 4.32.2 in the actions group #168

Bump github/codeql-action from 4.32.1 to 4.32.2 in the actions group

Bump github/codeql-action from 4.32.1 to 4.32.2 in the actions group #168

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
name: Install pnpm
with:
run_install: |
- recursive: true
- name: Test
run: pnpm run --if-present --recursive --parallel test
- name: Build
run: pnpm run --if-present --recursive --parallel build
- name: Lint
run: pnpm run --if-present --recursive --parallel lint