Skip to content

Add a default log retention policy for service deployer logs #4

Add a default log retention policy for service deployer logs

Add a default log retention policy for service deployer logs #4

Workflow file for this run

name: PR Checks (npm)
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test