Skip to content

chore(deps): update ory-corp/planning-automation-action action to v0.2 #336

chore(deps): update ory-corp/planning-automation-action action to v0.2

chore(deps): update ory-corp/planning-automation-action action to v0.2 #336

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- run: npx nx run-many --target=build --all