Skip to content

chore: genericise prettier config for core/api #6068

chore: genericise prettier config for core/api

chore: genericise prettier config for core/api #6068

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Audit
on:
pull_request:
branches: [main]
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml
- run: npm install -g pnpm # Install pnpm globally
- run: cd core/api && pnpm install --frozen-lockfile
- name: Run audit
run: cd core/api && make audit