Skip to content

feat(init): rename and rewrite identity setup output files #430

feat(init): rename and rewrite identity setup output files

feat(init): rename and rewrite identity setup output files #430

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Run APIOps Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test